TypeScript/src/compiler
Sheetal Nandi 1f710167de
Ensure that we have seenAffectedFiles map when files are added to pending emit because they were present in the old state (#37302)
* Make the systems for baselining default to pretty

* Ensure that we have seenAffectedFiles map when files are added to pending emit because they were present in the old state
This happens in build scenarios since semantic diagnostics are queried before emit and hence files are added to seenAffectedFiles pending emit
Fixes #37269
2020-03-12 10:54:30 -07:00
..
transformers Retain reexports in js emit even when they export nothing (#37124) 2020-03-02 14:33:53 -08: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 Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
builderStatePublic.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
checker.ts No infinite recursion in excess property and weak type checks (#37360) 2020-03-12 09:40:15 -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 Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
diagnosticMessages.json adds error message for using value as type argument (#37359) 2020-03-11 19:18:17 -07:00
emitter.ts Fix emitting ?. 2020-03-04 14:52:33 -05:00
factory.ts Reduce intersections by discriminants (#36696) 2020-02-28 17:06:44 -08:00
factoryPublic.ts Add helpers to helper list, per comment on #36806 2020-02-25 11:46:05 -08:00
moduleNameResolver.ts Optimize module resolution cache for watch and editor (#37055) 2020-03-11 14:35:26 -07:00
moduleSpecifiers.ts Handle invalid package.json typings fields when generating specifiers (#36137) 2020-01-10 14:51:23 -08:00
parser.ts Added @ts-expect-error to @ts-ignore directives (#36014) 2020-03-05 10:37:36 -05: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 Added @ts-expect-error to @ts-ignore directives (#36014) 2020-03-05 10:37:36 -05:00
resolutionCache.ts Optimize module resolution cache for watch and editor (#37055) 2020-03-11 14:35:26 -07:00
scanner.ts Added @ts-expect-error to @ts-ignore directives (#36014) 2020-03-05 10:37:36 -05: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 Optimize module resolution cache for watch and editor (#37055) 2020-03-11 14:35:26 -07:00
utilities.ts Implement constructor type guard (#32774) 2020-03-11 13:16:33 -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 Optimize module resolution cache for watch and editor (#37055) 2020-03-11 14:35:26 -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