This website requires JavaScript.
Explore
Help
Register
Sign In
microsoft
/
TypeScript
Watch
1
Star
0
Fork
0
You've already forked TypeScript
mirror of
https://github.com/microsoft/TypeScript.git
synced
2026-02-20 10:29:36 -06:00
Code
Issues
Packages
Projects
Releases
212
Wiki
Activity
TypeScript
/
src
/
services
/
codefixes
History
Alexander T
0aa2e2783c
feat(37409): add fix all quick fix to fixInvalidJsxCharacters (
#37436
)
2020-03-18 09:54:17 -07:00
..
addConvertToUnknownForNonOverlappingTypes.ts
…
addEmptyExportDeclaration.ts
…
addMissingAsync.ts
…
addMissingAwait.ts
…
addMissingConst.ts
…
addMissingDeclareProperty.ts
…
addMissingInvocationForDecorator.ts
…
addNameToNamelessParameter.ts
…
annotateWithTypeFromJSDoc.ts
…
convertConstToLet.ts
…
convertFunctionToEs6Class.ts
…
convertToAsyncFunction.ts
…
convertToEs6Module.ts
…
convertToMappedObjectType.ts
…
convertToTypeOnlyExport.ts
…
correctQualifiedNameToIndexedAccessType.ts
…
disableJsDiagnostics.ts
…
fixAddMissingMember.ts
…
fixAddMissingNewOperator.ts
…
fixAddModuleReferTypeMissingTypeof.ts
…
fixAwaitInSyncFunction.ts
…
fixCannotFindModule.ts
…
fixClassDoesntImplementInheritedAbstractMember.ts
…
fixClassIncorrectlyImplementsInterface.ts
…
fixClassSuperMustPrecedeThisAccess.ts
…
fixConstructorForDerivedNeedSuperCall.ts
…
fixEnableExperimentalDecorators.ts
…
fixEnableJsxFlag.ts
…
fixExpectedComma.ts
…
fixExtendsInterfaceBecomesImplements.ts
…
fixForgottenThisPropertyAccess.ts
…
fixImplicitThis.ts
Add codefix for --noImplicitThis (
#27565
)
2020-03-17 13:00:14 -07:00
fixInvalidImportSyntax.ts
…
fixInvalidJsxCharacters.ts
feat(37409): add fix all quick fix to fixInvalidJsxCharacters (
#37436
)
2020-03-18 09:54:17 -07:00
fixJSDocTypes.ts
…
fixMissingCallParentheses.ts
…
fixModuleAndTargetOptions.ts
…
fixSpelling.ts
…
fixStrictClassInitialization.ts
…
fixUnreachableCode.ts
…
fixUnusedIdentifier.ts
…
fixUnusedLabel.ts
…
helpers.ts
Fix declaration emit when the packages are included through symlinks (
#37438
)
2020-03-17 13:21:40 -07:00
importFixes.ts
Fix declaration emit when the packages are included through symlinks (
#37438
)
2020-03-17 13:21:40 -07:00
inferFromUsage.ts
Add codefix for --noImplicitThis (
#27565
)
2020-03-17 13:00:14 -07:00
removeUnnecessaryAwait.ts
…
requireInTs.ts
…
splitTypeOnlyImport.ts
…
useBigintLiteral.ts
…
useDefaultImport.ts
…