TypeScript/src/compiler
Eli Barzilay 68a9d4592f Avoid testing isClassDeclaration if there's no valueDeclaration
I'm not sure if this is enough -- perhaps it's better to make the test
dig through the interface/s to the class?

Fixes 36059.
2020-01-30 22:42:04 -05:00
..
transformers es2018: visit other binding elements when transforming object destructuring with rest (#35872) 2020-01-24 15:50:29 -08:00
binder.ts Trampolines for large binary expressions (#36248) 2020-01-24 16:29:55 -08:00
builder.ts Add assumeChangesOnlyAffectDirectDependencies as a option to skip checking and generating .d.ts files for files indirectly importing affected file (#35711) 2020-01-03 13:02:45 -08: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 Use resolvedPath consistently in the builder (#35757) 2019-12-19 10:10:17 -08:00
builderStatePublic.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
checker.ts Avoid testing isClassDeclaration if there's no valueDeclaration 2020-01-30 22:42:04 -05:00
commandLineParser.ts Update type-only import semantics to allow type queries (#36092) 2020-01-23 12:53:36 -08:00
core.ts Fix type-only imports in interface 'extends' and import=/export= (#36496) 2020-01-29 15:00:17 -08:00
corePublic.ts Renamed references to 'configurePrerelease'. (#35997) 2020-01-06 16:38:46 -08:00
debug.ts Show all matching enum flags in debug flag formatter (#34689) 2019-10-25 16:27:24 -07:00
diagnosticMessages.json Fix type-only imports in interface 'extends' and import=/export= (#36496) 2020-01-29 15:00:17 -08:00
emitter.ts Fixes JSX attribute escaping when parent pointers are missing (#35743) 2020-01-30 16:52:31 -08:00
factory.ts Private named instance fields (#30829) 2019-12-27 13:07:35 -08:00
factoryPublic.ts createPrivateIdentifier: names must start with # (#36506) 2020-01-29 10:11:30 -08:00
moduleNameResolver.ts Fix potential leaks in checker (#36491) 2020-01-28 16:48:28 -08:00
moduleSpecifiers.ts Handle invalid package.json typings fields when generating specifiers (#36137) 2020-01-10 14:51:23 -08:00
parser.ts @typedef's nested Object syntax disallows type arguments (#36172) 2020-01-29 12:53:00 -08:00
path.ts
perfLogger.ts
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 NoEmit and incremental are allowed with listFilesOnly (#36488) 2020-01-28 15:59:09 -08:00
resolutionCache.ts Use watch invoked with node_modules/.staging as watch for refreshing complete node_modules, so that npm install is reflected correctly (#36039) 2020-01-10 14:58:01 -08:00
scanner.ts Add # to completion trigger character, (#36462) 2020-01-27 14:25:20 -08:00
semver.ts
sourcemap.ts
symbolWalker.ts
sys.ts Instead of checking if file exists before file read, handle exceptions from file read (#36244) 2020-01-16 17:24:03 -08:00
transformer.ts Trampolines for large binary expressions (#36248) 2020-01-24 16:29:55 -08:00
tsbuild.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
tsbuildPublic.ts Report config file parsing diagnostics correctly with tsc --b (#36520) 2020-01-30 11:18:06 -08:00
tsconfig.json Fix commas in JSON (#36497) 2020-01-29 10:50:03 -08:00
tsconfig.release.json
types.ts Fixes JSX attribute escaping when parent pointers are missing (#35743) 2020-01-30 16:52:31 -08:00
utilities.ts Fixes JSX attribute escaping when parent pointers are missing (#35743) 2020-01-30 16:52:31 -08:00
utilitiesPublic.ts Update type-only import semantics to allow type queries (#36092) 2020-01-23 12:53:36 -08:00
visitor.ts Private named instance fields (#30829) 2019-12-27 13:07:35 -08:00
visitorPublic.ts Type-only imports and exports (#35200) 2020-01-03 14:39:32 -08:00
watch.ts Do not write files directly from builder when noEmitOnError is true (#34832) 2019-12-12 19:51:18 -08:00
watchPublic.ts fix spelling errors (#36523) 2020-01-30 13:39:54 -08: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