TypeScript/src/compiler
Sheetal Nandi 0232d4ae8e
Fixes issues with reload because of output emit (#39030)
* If there is no changes to folder structure when watching directories recursively, send the updates to fileNames only
Fixes #37994

* Ignore excluded directories from wild card watching

* Testcase showing that renaming file with non sync directory watcher displays correct error in the end
Testcase for #38684
2020-06-16 16:39:48 -07:00
..
transformers Include reexported names in list of exported names (#38809) 2020-06-15 15:17:08 -07:00
binder.ts Merge branch 'master' into logical_assignment 2020-05-20 10:18:20 +08:00
builder.ts Emit build info even on noEmitOnError or tsc --build (#38853) 2020-06-02 12:38:40 -07:00
builderPublic.ts Emit build info even on noEmitOnError or tsc --build (#38853) 2020-06-02 12:38:40 -07:00
builderState.ts Some changes to tsc baselines for clarity (#38850) 2020-06-02 11:49:21 -07:00
builderStatePublic.ts Allow rich response for compile on save (#37462) 2020-03-19 14:03:21 -07:00
checker.ts Fix crash when serializing the return type of a generic call to Array.prototype.flat (#38904) 2020-06-15 11:46:10 -07:00
commandLineParser.ts Fixes issues with reload because of output emit (#39030) 2020-06-16 16:39:48 -07:00
core.ts Fixes issues with reload because of output emit (#39030) 2020-06-16 16:39:48 -07:00
corePublic.ts Bump version number to 4.0 (#38215) 2020-04-27 14:09:58 -07:00
debug.ts Fix for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
diagnosticMessages.json Fix crash when serializing the return type of a generic call to Array.prototype.flat (#38904) 2020-06-15 11:46:10 -07:00
emitter.ts Some changes to tsc baselines for clarity (#38850) 2020-06-02 11:49:21 -07:00
factory.ts Some changes to tsc baselines for clarity (#38850) 2020-06-02 11:49:21 -07:00
factoryPublic.ts Merge pull request #38425 from dsherret/fixJSDocTagFactoryFuncReturnTypes 2020-05-20 13:22:21 -07:00
moduleNameResolver.ts Optimize module resolution cache for watch and editor (#37055) 2020-03-11 14:35:26 -07:00
moduleSpecifiers.ts Handle packages inside another node modules package when auto importing (#37561) 2020-03-25 16:27:02 -07:00
parser.ts Improve error range for ts2657 (jsx expr must have parent element), add code fix for it (#37917) 2020-06-01 12:22:44 -07:00
path.ts Fix code block in jsdoc (#37864) 2020-04-09 13:31:41 -04: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 Schedule failed lookup updates (#38560) 2020-06-09 12:00:37 -07:00
resolutionCache.ts Schedule failed lookup updates (#38560) 2020-06-09 12:00:37 -07:00
scanner.ts Add logical assignment operator 2020-05-16 08:09:32 +08:00
semver.ts Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08:00
sourcemap.ts array-type: [ default: array, generic: array ] 2019-08-08 21:30:18 +03:00
symbolWalker.ts Fix linting issues 2019-09-23 06:14:52 -07:00
sys.ts Fixes issues with reload because of output emit (#39030) 2020-06-16 16:39:48 -07:00
transformer.ts Fix temp vars referenced in parameter (#38130) 2020-04-23 20:45:39 -07:00
tsbuild.ts Refactor: No more than 1 namespace declaration per file (#35373) 2019-11-27 13:44:31 -08:00
tsbuildPublic.ts Fixes issues with reload because of output emit (#39030) 2020-06-16 16:39:48 -07: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 Fix crash when serializing the return type of a generic call to Array.prototype.flat (#38904) 2020-06-15 11:46:10 -07:00
utilities.ts Assignment operator is definite assignment (#39087) 2020-06-16 16:44:01 -04:00
utilitiesPublic.ts Add containerName to CallHierarchyItem (#38997) 2020-06-10 11:56:03 -07:00
visitor.ts Fix for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
visitorPublic.ts Support naming tuple members (#38234) 2020-05-19 15:54:02 -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 Fixes issues with reload because of output emit (#39030) 2020-06-16 16:39:48 -07:00
watchUtilities.ts Fixes issues with reload because of output emit (#39030) 2020-06-16 16:39:48 -07:00