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-06-11 02:15:10 -05:00
Code
Issues
Packages
Projects
Releases
212
Wiki
Activity
Files
7cdfbceb43e478663cd3263d230fbebf9acb78c1
TypeScript
/
src
/
services
/
codefixes
History
Andrew Branch
7cdfbceb43
Improve accuracy of remove unnecessary await fix (
#32384
)
2019-07-15 15:17:32 -07:00
..
addConvertToUnknownForNonOverlappingTypes.ts
…
addMissingAwait.ts
Add quick fix to add missing 'await' (
#32356
)
2019-07-12 10:07:55 -07:00
addMissingConst.ts
Fixed lint error
2019-07-10 02:35:40 +02:00
addMissingInvocationForDecorator.ts
…
addNameToNamelessParameter.ts
…
annotateWithTypeFromJSDoc.ts
…
convertFunctionToEs6Class.ts
…
convertToAsyncFunction.ts
…
convertToEs6Module.ts
…
convertToMappedObjectType.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
…
fixExtendsInterfaceBecomesImplements.ts
…
fixForgottenThisPropertyAccess.ts
…
fixInvalidImportSyntax.ts
Improved error spans for call errors:
2019-06-28 23:53:47 +03:00
fixJSDocTypes.ts
…
fixSpelling.ts
…
fixStrictClassInitialization.ts
…
fixUnreachableCode.ts
…
fixUnusedIdentifier.ts
…
fixUnusedLabel.ts
…
helpers.ts
…
importFixes.ts
Proposal: If there’s a package.json, only auto-import things in it, more or less (
#31893
)
2019-07-12 10:08:55 -07:00
inferFromUsage.ts
…
removeUnnecessaryAwait.ts
Improve accuracy of remove unnecessary await fix (
#32384
)
2019-07-15 15:17:32 -07:00
requireInTs.ts
…
useDefaultImport.ts
…