TypeScript/src/compiler
Tiago Tristao 1191e2e731
Fix class expression from being assignable if types don't match (#40660)
* Fix class expression from being assignable if types don't match

* Fix class expression from being assignable if types don't match
2020-10-05 13:21:38 -07:00
..
factory Add missing visitor of template literal type (#40738) 2020-09-24 12:48:29 -07:00
transformers Ensure whitespace jsx elements are not counted when determining if a jsx child is the only child (#40839) 2020-10-01 14:36:44 -07:00
binder.ts Fix error on duplicate commonjs exports (#40545) 2020-09-14 13:12:51 -07:00
builder.ts Remove unnecessary requirement for createHash since we already handle absence of it (#40891) 2020-10-02 10:56:33 -07:00
builderPublic.ts Emit build info even on noEmitOnError or tsc --build (#38853) 2020-06-02 12:38:40 -07:00
builderState.ts Remove unnecessary requirement for createHash since we already handle absence of it (#40891) 2020-10-02 10:56:33 -07:00
builderStatePublic.ts Allow rich response for compile on save (#37462) 2020-03-19 14:03:21 -07:00
checker.ts Fix class expression from being assignable if types don't match (#40660) 2020-10-05 13:21:38 -07:00
commandLineParser.ts jsx option affects emit (#40775) 2020-09-25 12:20:29 -07:00
core.ts copy prologue directives to new file (#40306) 2020-09-14 12:24:32 -07:00
corePublic.ts Bump version to 4.1. (#39894) 2020-08-03 23:38:55 -07:00
debug.ts Add support for vscode-js-debug's customDescriptionGenerators (#40308) 2020-09-02 20:05:50 -07:00
diagnosticMessages.json fix(40320): Better errors when using properties/methods from newer versions of ECMAScript (#40650) 2020-10-02 16:47:37 -07:00
emitter.ts Intrinsic string types (#40580) 2020-09-21 07:09:29 -10:00
moduleNameResolver.ts Support auto-import from paths alias without baseUrl (#40546) 2020-09-14 15:23:47 -07:00
moduleSpecifiers.ts Properly compare path prefixes when generating module paths 2020-10-01 14:56:32 -07:00
parser.ts Intrinsic string types (#40580) 2020-09-21 07:09:29 -10:00
path.ts Reprioritize cross-project module specifier suggestions for auto-import (#40253) 2020-09-03 14:00:06 -07:00
perfLogger.ts Load ETW module from a specified path (#39599) 2020-07-14 11:52:55 -07:00
performance.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
performanceTimestamp.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
program.ts Remove unnecessary requirement for createHash since we already handle absence of it (#40891) 2020-10-02 10:56:33 -07:00
resolutionCache.ts Revert to including only open files in partial semantic server mode (#40026) 2020-08-12 20:45:59 -07:00
scanner.ts Intrinsic string types (#40580) 2020-09-21 07:09:29 -10:00
semver.ts Add unit tests for VersionRange (#40114) 2020-08-18 13:06:17 -07:00
sourcemap.ts Revert "Optimize source mapping into external source map sources (#40055)" (#40126) 2020-08-19 11:46:52 -07:00
symbolWalker.ts Fix linting issues 2019-09-23 06:14:52 -07:00
sys.ts Revert System changes and consume fs directly 2020-08-21 17:07:13 -07:00
tracing.ts Add instantaneous events when depth limits are hit 2020-08-28 15:51:52 -07:00
transformer.ts Add emit support for jsx/jsxs experimental jsx runtime api (#39199) 2020-09-11 10:44:52 -07:00
tsbuild.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
tsbuildPublic.ts Trace key operations 2020-08-21 17:07:12 -07:00
tsconfig.json Trace key operations 2020-08-21 17:07:12 -07: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 Fix noUncheckedIndexedAccess with tuple rest types and generic index types (#40681) 2020-10-01 13:56:13 -07:00
utilities.ts fix(40320): Better errors when using properties/methods from newer versions of ECMAScript (#40650) 2020-10-02 16:47:37 -07:00
utilitiesPublic.ts feat: expose findAncestor. (#40325) 2020-09-24 14:02:56 -07:00
visitorPublic.ts Add missing visitor of template literal type (#40738) 2020-09-24 12:48:29 -07:00
watch.ts Remove unnecessary requirement for createHash since we already handle absence of it (#40891) 2020-10-02 10:56:33 -07:00
watchPublic.ts Revert to including only open files in partial semantic server mode (#40026) 2020-08-12 20:45:59 -07:00
watchUtilities.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00