TypeScript/src/compiler
Greg Hurrell cfc4573c82 Fix (cosmetic) typos in checker.ts comments
Just some small things I noticed while looking at some recent PRs.
2020-05-14 19:40:41 +02:00
..
transformers fix: add missing semi-colon to __exportStar unnamed function 2020-05-12 13:27:01 +02:00
binder.ts Fix for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
builder.ts When the global file is deleted mark all files as changed (#37538) 2020-03-25 16:26:10 -07: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 When the global file is deleted mark all files as changed (#37538) 2020-03-25 16:26:10 -07:00
builderStatePublic.ts Allow rich response for compile on save (#37462) 2020-03-19 14:03:21 -07:00
checker.ts Fix (cosmetic) typos in checker.ts comments 2020-05-14 19:40:41 +02:00
commandLineParser.ts Handle non literal computed name when trying to get the name for object literal property name in json object (#37988) 2020-04-20 12:58:38 -07:00
core.ts Add and use the 'intersperse' helper function. 2020-05-11 22:17:01 +00: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 feat(38225): change diagnostic message for remove braces from arrow function body (#38226) 2020-05-12 07:27:09 -07:00
emitter.ts Fix preserveNewlines printer option when a list child has the same start or end as its parent (#37846) 2020-04-21 15:34:30 -07:00
factory.ts Fix for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
factoryPublic.ts expose jsdoc factory (#29539) 2020-05-06 15:06:12 -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 report error for duplicate @type declaration (#38340) 2020-05-11 12:47:49 -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 Fix for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
resolutionCache.ts Move useSourceOfProjectReferenceRedirect to program so other hosts can use it too, enabling it for WatchHost (#37370) 2020-03-12 13:11:11 -07:00
scanner.ts Allowed comment directives to be multiline (#38228) 2020-05-06 13:09:29 -07: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 Fix sys.debugMode when using VSCode's new preview debugger (#37558) 2020-03-25 19:18:36 -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 Switch Debug.assertX functions to use asserts conditions (#36995) 2020-02-24 18:20:58 -08: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 for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
utilities.ts Fix for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
utilitiesPublic.ts Fix for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
visitor.ts Fix for jsdoc modifiers on constructor params (#38403) 2020-05-11 15:07:43 -07:00
visitorPublic.ts Fix temp vars referenced in parameter (#38130) 2020-04-23 20:45:39 -07:00
watch.ts Add support for extraFileExtensions on WatchCompilerHost (#37726) 2020-04-01 11:13:21 -07:00
watchPublic.ts Add support for extraFileExtensions on WatchCompilerHost (#37726) 2020-04-01 11:13:21 -07: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