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-03-11 05:10:29 -05:00
Code
Issues
Packages
Projects
Releases
212
Wiki
Activity
TypeScript
/
src
/
services
/
codefixes
History
Ryan Cavanaugh
ff60520460
Merge branch 'master' into referencesDogfood_1
2018-04-12 12:26:10 -07:00
..
addMissingInvocationForDecorator.ts
…
annotateWithTypeFromJSDoc.ts
…
convertFunctionToEs6Class.ts
…
convertToEs6Module.ts
…
correctQualifiedNameToIndexedAccessType.ts
…
disableJsDiagnostics.ts
…
fixAddMissingMember.ts
…
fixAwaitInSyncFunction.ts
…
fixCannotFindModule.ts
…
fixClassDoesntImplementInheritedAbstractMember.ts
…
fixClassIncorrectlyImplementsInterface.ts
…
fixClassSuperMustPrecedeThisAccess.ts
…
fixConstructorForDerivedNeedSuperCall.ts
…
fixes.ts
…
fixExtendsInterfaceBecomesImplements.ts
…
fixForgottenThisPropertyAccess.ts
…
fixInvalidImportSyntax.ts
…
fixJSDocTypes.ts
…
fixSpelling.ts
…
fixStrictClassInitialization.ts
…
fixUnusedIdentifier.ts
…
helpers.ts
Don't copy trivia when implementing an interface (
#23343
)
2018-04-12 11:47:42 -07:00
importFixes.ts
…
inferFromUsage.ts
…
useDefaultImport.ts
…