TypeScript/src/compiler
Kubilay Kahveci 9cc3070938
expose getImmediateAliasedSymbol() publicly (#44644)
Signed-off-by: Kubilay Kahveci <kahvecikubilay@gmail.com>
2021-08-02 15:57:54 -07:00
..
factory Fix template string refactoring and nodeFactory bug 2021-07-29 04:23:06 -04:00
transformers Fix compiler crash on property symbols without declarations (#45190) 2021-07-29 12:42:54 -07:00
binder.ts Allow narrowing for any left-hand in operand (#45152) 2021-07-29 14:06:45 -07:00
builder.ts avoid computing a full shape for indirectly invalidated files (#44090) 2021-06-22 10:33:54 -07:00
builderPublic.ts Use correct state when getting it from redirected program (#44275) 2021-05-26 15:31:26 -07:00
builderState.ts Avoid no-op export map updates (#45238) 2021-07-30 09:27:32 -07:00
builderStatePublic.ts Allow rich response for compile on save (#37462) 2020-03-19 14:03:21 -07:00
checker.ts Fix decorator metadata references to type-only-imported namespaces (#44915) 2021-08-02 14:18:15 -07:00
commandLineParser.ts fix(44926): change noImplicitOverride description (#44929) 2021-07-07 18:43:44 +01:00
core.ts Move string trim methods from utilities to core (#44308) 2021-05-27 14:20:23 -07:00
corePublic.ts Bump version to 4.4. (#44028) 2021-05-10 12:42:48 -07:00
debug.ts Replace non-null assertion with optional chain on assert nodes (#43788) 2021-08-02 15:26:48 -07:00
diagnosticMessages.json Fix compiler crash on property symbols without declarations (#45190) 2021-07-29 12:42:54 -07:00
emitter.ts Proposal class static block support (#43370) 2021-06-25 09:24:05 -07:00
moduleNameResolver.ts Watch mode watches for changes in package.json files used in resolution (#44935) 2021-07-12 17:23:08 -07:00
moduleSpecifiers.ts Resolve module specifiers for auto imports in completion list (in incomplete chunks) (#44713) 2021-06-25 17:26:53 -05:00
parser.ts fix(45157): omit error after property declaration without semicolon (#45165) 2021-07-26 09:57:58 -07:00
path.ts Kick out of normalizePath if there's nothing to do (#44173) 2021-05-24 09:38:44 -07:00
perfLogger.ts Load ETW module from a specified path (#39599) 2020-07-14 11:52:55 -07:00
performance.ts Switched 'ts.performance' to a mixed mode only uses native performance APIs when necessary (#42586) 2021-02-01 15:33:34 -08:00
performanceCore.ts Change PerformanceObserver to be compatible with new Node types (#44884) 2021-07-03 21:26:56 -07:00
program.ts Detect preference for Unode:-prefixed node core modules (#45080) 2021-07-19 09:56:24 -07:00
resolutionCache.ts Watch mode watches for changes in package.json files used in resolution (#44935) 2021-07-12 17:23:08 -07:00
scanner.ts fix(45114): throw an error when using '#' as an identifier (#45124) 2021-07-26 11:39:17 -07:00
semver.ts Simplify or optimize regexes with polynomial time worst cases (#44197) 2021-05-24 15:28:52 -07:00
sourcemap.ts Simplify or optimize regexes with polynomial time worst cases (#44197) 2021-05-24 15:28:52 -07:00
symbolWalker.ts Index signatures for symbols and template literal strings (#44512) 2021-06-21 11:25:42 -07:00
sys.ts Reduce exceptions (#44710) 2021-06-28 15:45:35 -07:00
tracing.ts Don't build type catalog during server tracing (#43354) 2021-03-25 15:52:04 -07:00
transformer.ts Remove preprinter, add parenthesizer callback to emit (#43652) 2021-04-19 09:34:46 -07:00
tsbuild.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
tsbuildPublic.ts Watch mode watches for changes in package.json files used in resolution (#44935) 2021-07-12 17:23:08 -07:00
tsconfig.json Add target: ES2021 (#41239) 2021-03-10 13:31:25 -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 expose getImmediateAliasedSymbol() publicly (#44644) 2021-08-02 15:57:54 -07:00
utilities.ts Add collision check for 'Reflect' when using super in static initializers (#44876) 2021-07-10 12:48:54 -07:00
utilitiesPublic.ts Change static fields emits (#43114) 2021-06-25 15:49:27 -07:00
visitorPublic.ts Proposal class static block support (#43370) 2021-06-25 09:24:05 -07:00
watch.ts Watch mode watches for changes in package.json files used in resolution (#44935) 2021-07-12 17:23:08 -07:00
watchPublic.ts Watch mode watches for changes in package.json files used in resolution (#44935) 2021-07-12 17:23:08 -07:00
watchUtilities.ts Watch mode watches for changes in package.json files used in resolution (#44935) 2021-07-12 17:23:08 -07:00