TypeScript/src/compiler
Anders Hejlsberg d7219b21c2
Merge pull request #27357 from Microsoft/fixBivariantInferences
Make contravariant inferences only from pure contravariant positions
2018-09-26 14:03:59 -07:00
..
transformers Shorten more internal names to JS or TS (#27080) 2018-09-13 15:05:57 -07:00
binder.ts Fix non-toplevel prototype assignment (#27096) 2018-09-17 13:07:05 -07:00
builder.ts Fix watch of project with project references 2018-09-13 15:41:07 -07:00
builderState.ts Use originalFileName (fileName of input project reference file) to resolve module/typereferences/reference paths in it instead of output decl file path 2018-09-17 19:00:30 -07:00
checker.ts Merge pull request #27357 from Microsoft/fixBivariantInferences 2018-09-26 14:03:59 -07:00
commandLineParser.ts Merge branch 'master' into typedBindCallApply 2018-09-24 16:38:39 -07:00
comments.ts Do not emit comments if container had a comment suppression. 2018-07-18 17:23:27 +02:00
core.ts Bump version to 3.2. 2018-09-25 16:48:03 -04:00
diagnosticMessages.json Merge branch 'master' into typedBindCallApply 2018-09-24 16:38:39 -07:00
emitter.ts Never escape string literals from textChanges (#26971) 2018-09-17 11:06:39 -07:00
factory.ts Add codefix to generate types for untyped module (#26588) 2018-09-18 11:47:29 -07:00
inspectValue.ts Add codefix to generate types for untyped module (#26588) 2018-09-18 11:47:29 -07:00
moduleNameResolver.ts Fix 27086. Ignore directories starting with a dot. 2018-09-23 14:48:48 +03:00
moduleSpecifiers.ts Shorten more internal names to JS or TS (#27080) 2018-09-13 15:05:57 -07:00
parser.ts Use nextToken() after parsing a tag name so we can parse type keywords (#26915) 2018-09-13 15:49:06 -07:00
performance.ts Merge branch 'master' into restTuples 2018-06-16 07:47:30 -07:00
program.ts Merge branch 'master' into projectReferenceInputDetection 2018-09-18 14:34:24 -07:00
resolutionCache.ts Shorten more internal names to JS or TS (#27080) 2018-09-13 15:05:57 -07:00
scanner.ts Merge pull request #26465 from rnathanday/master 2018-09-05 12:38:09 -07:00
semver.ts Add semver range parsing support 2018-08-28 14:11:01 -07:00
sourcemap.ts findAllReferences/rename: Search in all open projects (#25648) 2018-07-20 16:53:59 -07:00
sourcemapDecoder.ts Fixes to ensure getDefinitionAndBoundSpan works correctly when using composite projects 2018-08-02 16:36:50 -07:00
symbolWalker.ts More simplification + consistent use of getConstraintOfTypeParameter 2018-07-24 15:27:39 -07:00
sys.ts Instead of watching individual script infos, watch the node modules folder for script infos in node modules 2018-09-13 13:48:48 -07:00
transformer.ts Enable '--strictNullChecks' (#22088) 2018-05-22 14:46:57 -07:00
tsbuild.ts Detect the input file of referenced project with fileNames from parsed command 2018-09-18 11:44:16 -07:00
tsconfig.json Add codefix to generate types for untyped module (#26588) 2018-09-18 11:47:29 -07:00
tsconfig.release.json Merge branch 'master' into restTuples 2018-06-16 07:47:30 -07:00
types.ts Merge branch 'master' into typedBindCallApply 2018-09-24 16:38:39 -07:00
utilities.ts Merge branch 'master' into typedBindCallApply 2018-09-24 16:38:39 -07:00
visitor.ts rename function 2018-07-11 18:43:58 +02:00
watch.ts Implement readDirectory on the watch mode CompilerHost 2018-09-17 18:02:59 -07:00
watchUtilities.ts Fix incorrect handling of preserveWatchOutput flag is in config file 2018-07-12 18:29:02 -07:00