TypeScript/src/compiler
Andrew Branch 37569d01f6
Convert to async function: handle type arguments to then/catch (#37463)
* Handle type arguments to then/catch

* Keep single-line types on a single line
2020-03-24 09:56:47 -07:00
..
transformers Fix declaration emit when the packages are included through symlinks (#37438) 2020-03-17 13:21:40 -07:00
binder.ts Remove ordering restrictions in control flow analysis (#37134) 2020-02-29 12:03:09 -08:00
builder.ts Ensure that we have seenAffectedFiles map when files are added to pending emit because they were present in the old state (#37302) 2020-03-12 10:54:30 -07:00
builderPublic.ts Baselining tsc --watch output just like tsc baselines for easier updates (#35710) 2019-12-18 10:23:58 -08:00
builderState.ts If emitting declaration file, update the d.ts signature in state to not have to save all files when different file changes without changing its shape (#37483) 2020-03-20 10:16:41 -07:00
builderStatePublic.ts Allow rich response for compile on save (#37462) 2020-03-19 14:03:21 -07:00
checker.ts Check JSDocPropetyTag (#37544) 2020-03-23 17:20:35 -07:00
commandLineParser.ts add promise.any (#33844) 2020-03-11 08:36:00 -07:00
core.ts Unify padding impls and consistently use them 2020-02-19 17:21:51 -08:00
corePublic.ts Update versionMajorMinor to match package.json 2020-02-11 15:34:17 -08:00
debug.ts Add the 'awaited' type operator (#35998) 2020-03-20 16:09:01 -07:00
diagnosticMessages.json feat(37409): add fix all quick fix to fixInvalidJsxCharacters (#37436) 2020-03-18 09:54:17 -07:00
emitter.ts Convert to async function: handle type arguments to then/catch (#37463) 2020-03-24 09:56:47 -07:00
factory.ts Reduce intersections by discriminants (#36696) 2020-02-28 17:06:44 -08:00
factoryPublic.ts Add the 'awaited' type operator (#35998) 2020-03-20 16:09:01 -07:00
moduleNameResolver.ts Optimize module resolution cache for watch and editor (#37055) 2020-03-11 14:35:26 -07:00
moduleSpecifiers.ts Handle auto import scenarios when using project references (#37482) 2020-03-19 16:53:44 -07:00
parser.ts Add the 'awaited' type operator (#35998) 2020-03-20 16:09:01 -07:00
path.ts Stop looking for the default configured project at node_modules (#35011) 2020-03-02 16:52:03 -08:00
perfLogger.ts Remove redundant and misplaced perfLogger startup statement (#34551) 2019-10-18 09:13:40 -07:00
performance.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
performanceTimestamp.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
program.ts Handle auto import scenarios when using project references (#37482) 2020-03-19 16:53:44 -07:00
resolutionCache.ts Move useSourceOfProjectReferenceRedirect to program so other hosts can use it too, enabling it for WatchHost (#37370) 2020-03-12 13:11:11 -07:00
scanner.ts fix: hyphened name not auto-completed by the ls (#37455) 2020-03-23 17:08:44 -04:00
semver.ts Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
sourcemap.ts
symbolWalker.ts Fix linting issues 2019-09-23 06:14:52 -07:00
sys.ts Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
transformer.ts Use getters to define live export bindings refresh (#35967) 2020-02-24 15:36:14 -08:00
tsbuild.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
tsbuildPublic.ts Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
tsconfig.json add support for Lift Template Literal Restriction (#23801) 2020-02-05 08:59:51 -08:00
tsconfig.release.json Include project reference in release config so LKG build works (#33864) 2019-10-07 17:31:42 -07:00
types.ts Add the 'awaited' type operator (#35998) 2020-03-20 16:09:01 -07:00
utilities.ts Add the 'awaited' type operator (#35998) 2020-03-20 16:09:01 -07:00
utilitiesPublic.ts fix(37135): handle PrivateIdentifiers in isPropertyName (#37184) 2020-03-03 10:51:50 -08:00
visitor.ts Private named instance fields (#30829) 2019-12-27 13:07:35 -08:00
visitorPublic.ts Fix emitting ?. 2020-03-04 14:52:33 -05:00
watch.ts Removed unused host variable in createProgramHost (#37278) 2020-03-09 13:53:49 -07:00
watchPublic.ts Move useSourceOfProjectReferenceRedirect to program so other hosts can use it too, enabling it for WatchHost (#37370) 2020-03-12 13:11:11 -07:00
watchUtilities.ts Add watchOptions to tsconfig and allow supplying them on command line as well (#35615) 2019-12-11 13:26:44 -08:00