TypeScript/src/compiler
Nathan Shively-Sanders 4aadd5af41
Fix commonjs require of ES export (#40221)
The commonjs-specific code for resolving access expressions on `require`
assumes a fake commonjs export. For real exports, it needs to call
resolveSymbol since it's outside the normal alias-resolving
infrastructure.
2020-08-24 12:37:25 -07:00
..
factory feat(40004): make isNamedTupleMember public (#40005) 2020-08-12 20:46:40 -07:00
transformers fix(26325): use a unique name for reserved words in 'constructor like' function name (#39684) 2020-08-21 09:47:37 -07:00
binder.ts Alias for commonjs require in JS (#39770) 2020-08-17 14:00:37 -07:00
builder.ts Revert the type change to ts.Map (#39366) 2020-07-01 17:00:26 -07:00
builderPublic.ts Emit build info even on noEmitOnError or tsc --build (#38853) 2020-06-02 12:38:40 -07:00
builderState.ts Fix tsc --watch crash on module augmentations when module resolution changes (#39604) 2020-07-14 15:05:10 -07:00
builderStatePublic.ts Allow rich response for compile on save (#37462) 2020-03-19 14:03:21 -07:00
checker.ts Fix commonjs require of ES export (#40221) 2020-08-24 12:37:25 -07:00
commandLineParser.ts Ensure file, include and exclude specs used are strings (#40041) 2020-08-13 17:08:20 -07:00
core.ts Merge pull request #39264 from microsoft/migrateMapsAndSets 2020-07-13 10:38:30 -07:00
corePublic.ts Bump version to 4.1. (#39894) 2020-08-03 23:38:55 -07:00
debug.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
diagnosticMessages.json fix(31046): add new diagnostic message for incompatible constructor signature (#40073) 2020-08-22 13:26:13 -07:00
emitter.ts Optimize external source maps without full cache (#40130) 2020-08-19 16:05:32 -07:00
moduleNameResolver.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
moduleSpecifiers.ts Make AutoImportProviderProject work with symlinked monorepos (#39679) 2020-07-22 13:53:30 -07:00
parser.ts fix export * as default syntax (#39803) 2020-08-10 16:56:45 -07:00
path.ts Fix code block in jsdoc (#37864) 2020-04-09 13:31:41 -04: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 Fix lack of error on default export of nonexistant name (#40094) 2020-08-17 15:30:19 -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 Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07: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 Set stackTraceLimit to 0 in fileSystemEntryExists 2020-08-14 16:22:09 -04:00
transformer.ts Refactor node factory API, use node factory in parser (#35282) 2020-06-16 16:55:03 -07:00
tsbuild.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
tsbuildPublic.ts Merge branch 'master' into migrateMapsAndSets 2020-07-07 13:53:46 -07:00
tsconfig.json Explicitly add dependency on node to compiler tsconfig, remove es6+ string method usage (#39636) 2020-07-17 07:02:05 -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 Alias for commonjs require in JS (#39770) 2020-08-17 14:00:37 -07:00
utilities.ts Alias for commonjs require in JS (#39770) 2020-08-17 14:00:37 -07:00
utilitiesPublic.ts Add deprecated related feature (#38523) 2020-06-18 17:41:26 -07:00
visitorPublic.ts Leverage syntax cursor as part of reparse (#39216) 2020-06-23 17:32:58 -07:00
watch.ts Syntax only server creates inferred project with all the open files w… (#38561) 2020-06-16 13:39:20 -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