https://github.com/Microsoft/TypeScript

sort by:
Revision Author Date Message Commit Date
2b0add9 Update LKG 14 May 2018, 17:21:23 UTC
46c300a Merge branch 'master' into release-2.9 14 May 2018, 17:13:12 UTC
672d8e5 Merge pull request #24076 from Microsoft/fix24006 Cut back on more 'caught exceptions' from vfs 14 May 2018, 16:24:26 UTC
dd520f9 Merge pull request #24078 from Microsoft/fix24014 Fix async generator rejection handling 14 May 2018, 16:23:43 UTC
6148e73 LEGO: Merge pull request 24097 LEGO: Merge pull request 24097 14 May 2018, 16:10:49 UTC
d470b02 LEGO: check in for master to temporary branch. 14 May 2018, 16:10:27 UTC
8a0aa99 Inject token into push like vsts does 14 May 2018, 15:39:32 UTC
f5281d6 Fix async generator rejection handling 12 May 2018, 09:07:31 UTC
d990f29 LEGO: Merge pull request 24077 LEGO: Merge pull request 24077 12 May 2018, 04:10:49 UTC
8a63a8c LEGO: check in for master to temporary branch. 12 May 2018, 04:10:28 UTC
70b6bd9 Cut back on more 'caught exceptions' from vfs 12 May 2018, 03:44:21 UTC
dfef2fa Add another test of js special assignment merging (#24070) 11 May 2018, 23:24:42 UTC
5cc833a Merge pull request #24049 from armanio123/AddDeferredToProjectTelemetry Add deferred to project telemetry 11 May 2018, 20:07:32 UTC
b0c67fd Merge pull request #24056 from a-tarasyuk/bug/23891-declarationDir-needs-to-be-handled-in-excludeSpecs Add declarationDir to excludeSpec 11 May 2018, 19:56:15 UTC
60d39d7 add tests 11 May 2018, 18:27:40 UTC
cd25a3a Update LKG 11 May 2018, 17:49:11 UTC
1351b38 Merge branch 'master' into release-2.9 11 May 2018, 17:46:19 UTC
cc36cfc Merge pull request #24050 from Microsoft/fix-js-initializer-merging Fix js initializer merging 11 May 2018, 17:45:20 UTC
2792ff9 Add fourslash test case 11 May 2018, 16:51:12 UTC
de9ff1b Assert:only merge into transient symbols 11 May 2018, 16:12:25 UTC
bdc0a3e LEGO: Merge pull request 24061 LEGO: Merge pull request 24061 11 May 2018, 16:11:36 UTC
d75d642 LEGO: check in for master to temporary branch. 11 May 2018, 16:10:55 UTC
bb615ac Add declarationDir to excludeSpec 11 May 2018, 10:47:44 UTC
3f6a8e5 LEGO: Merge pull request 24055 LEGO: Merge pull request 24055 11 May 2018, 10:11:02 UTC
82fd6b6 LEGO: check in for master to temporary branch. 11 May 2018, 10:10:42 UTC
5ca375c LEGO: Merge pull request 24051 LEGO: Merge pull request 24051 11 May 2018, 04:10:47 UTC
3a0504e LEGO: check in for master to temporary branch. 11 May 2018, 04:10:27 UTC
904f8df Fix repeated merging of js initializers 11 May 2018, 03:58:59 UTC
020d6c7 Merge pull request #24048 from amcasey/GH23366 Ignore case when sorting imports 11 May 2018, 02:11:44 UTC
b7e5f08 Merge pull request #24047 from amcasey/GH23892 Stop deleting empty named import lists 11 May 2018, 02:11:05 UTC
bb178d3 Small test fixes 11 May 2018, 01:18:43 UTC
543c5da Ignore case when sorting imports 11 May 2018, 01:10:05 UTC
fdd0780 Added deferred to FileStats telemetry 11 May 2018, 01:08:36 UTC
7281bb7 Stop deleting empty named import lists Fixes #23892 11 May 2018, 01:01:55 UTC
c49ef36 First half of fix Still doesn't work correctly for multiple merges 10 May 2018, 23:51:46 UTC
2be6aaf Support '/' as a trigger character in path completions (#24042) 10 May 2018, 23:50:26 UTC
6ae4d3a Add code fix to remove unreachable code (#24028) * Add code fix to remove unreachable code * Code review * Preserve more kinds of statements 10 May 2018, 23:44:48 UTC
e33e229 Extract 'moduleSpecifiers' namespace out of importFixes (#24010) 10 May 2018, 23:30:24 UTC
e296301 VSTS prefers to pass secrets as command line params (#24041) 10 May 2018, 22:37:44 UTC
fd17f77 Improvements to find-all-references for import types (#23998) * Improvements to find-all-references for import types * Add JS test 10 May 2018, 22:31:06 UTC
3f39916 LEGO: Merge pull request 24039 LEGO: Merge pull request 24039 10 May 2018, 22:11:05 UTC
632fe1c LEGO: check in for master to temporary branch. 10 May 2018, 22:10:45 UTC
2dd0ff3 Add script for automatically creating PRs for user test updates (#24036) * Draft of script to automatically create user baseline update PRs * Some modifications to make testing easier 10 May 2018, 22:02:35 UTC
7580903 Dump XML test results (#24034) 10 May 2018, 21:59:51 UTC
61a2949 Don't count '/' in division as a completions trigger (#24038) 10 May 2018, 21:59:33 UTC
5cf4917 Fix comment (#24035) 10 May 2018, 21:59:15 UTC
fb49fbb Update user baselines (#24032) * Strip absolute paths from import types in captured baseline * Accept updated user baselines 10 May 2018, 20:08:45 UTC
36ff507 Add release-2.9 to covered branches 10 May 2018, 20:06:17 UTC
2bc4933 Update LKG 10 May 2018, 20:01:43 UTC
f7311ef Merge pull request #23956 from Kingwl/emit-var-at-top emit temporary vars at the top of the scope 10 May 2018, 19:20:13 UTC
7271ec1 Add 'move to new file' refactor (#23726) * Add 'move to new file' refactor * Code review, and support commonjs * Compute movedSymbols completely before using, and support `export import` * Fix assertion error: sort empty change before non-empty change * Remove extra newline * Add allowTextChangesInNewFiles preference * Add the new file to 'files' in tsconfig * Avoid parameter initializer * Update API baselines * Use path relative to tsconfig.json * Code review * Fix error where node in tsconfig file was missing a source file 10 May 2018, 18:17:04 UTC
6149b41 Generate names for type parameter declarations in inferred types (#23902) * Generate names for type parameter declarations in inferred types * Fix lint * Merge functions, make overload private * Handle some edge cases better (nodes in differing files than current emit) * Account for transformed nodes 10 May 2018, 18:16:27 UTC
1b796ed Merge pull request #23954 from Kingwl/readonly-getter-support add support for readonly modifier 10 May 2018, 18:10:03 UTC
44d10dc fix incorrect find reference pos 10 May 2018, 17:49:40 UTC
3e08c41 Merge pull request #24000 from ajafff/regex-factory Add createRegularExpressionLiteral and expose createStringLiteral 10 May 2018, 16:56:46 UTC
ff177f0 LEGO: Merge pull request 24027 LEGO: Merge pull request 24027 10 May 2018, 16:10:55 UTC
07be6cf LEGO: check in for master to temporary branch. 10 May 2018, 16:10:32 UTC
9459650 LEGO: Merge pull request 24020 LEGO: Merge pull request 24020 10 May 2018, 10:10:57 UTC
6fe71d4 LEGO: check in for master to temporary branch. 10 May 2018, 10:10:34 UTC
ad5a4c7 add prependRange and move more variable declaration 10 May 2018, 07:54:51 UTC
340e8cd find reference at begin of constructor 10 May 2018, 03:20:07 UTC
b5233d3 Merge pull request #24003 from Microsoft/useEdgeForBrowserTests Default to 'edge' instead of 'IE' for browser tests 10 May 2018, 03:07:56 UTC
20f9493 Allow all private declarations to be emitted in declaration output (#23351) * Mostly functional WIP * Fix accessors, symbol stringification * Accept/update changed baselines * Move type definition so file build order doesnt matter * Accept post-merge test update * Rename function, add doc 10 May 2018, 02:53:44 UTC
58c7d7c Fix RWC test case sensitivity (#24012) * Fix RWC test case sensitivity * Fix lint 10 May 2018, 01:08:58 UTC
da413d6 Remove unnecessary filtering of tsx completions (#24004) 09 May 2018, 22:18:45 UTC
11e3e24 LEGO: Merge pull request 24008 LEGO: Merge pull request 24008 09 May 2018, 22:11:10 UTC
3166278 LEGO: check in for master to temporary branch. 09 May 2018, 22:10:50 UTC
d06f9c2 Default to 'edge' instead of 'IE' for browser tests 09 May 2018, 21:32:49 UTC
ec9c155 Fix publish nightly on case sensitive FS (#23997) 09 May 2018, 21:30:07 UTC
5af7e06 Merge pull request #23972 from Microsoft/batchTestConfigurationsForBrowser Batch enumerateFiles into a single web request 09 May 2018, 21:15:42 UTC
fc3ba76 Add createRegularExpressionLiteral and expose createStringLiteral Fixes: #23992 09 May 2018, 20:22:46 UTC
9b04dc3 PR Feedback 09 May 2018, 19:57:48 UTC
6f9dc2f Merge pull request #23923 from Zzzen/master Document highlights on async/await keywords should highlight other oc… 09 May 2018, 16:51:04 UTC
9ea4d93 Merge pull request #23957 from paulkoerbitz/16675-better-error-message-for-dynamic-import Fix #16675: Better error message for dynamic import with ES2015 modules 09 May 2018, 16:42:58 UTC
e27fb06 Fix crash in recursive declared type resolution (#23950) When one type has a type parameter with a default 09 May 2018, 16:25:00 UTC
b31968a Merge pull request #23982 from Microsoft/reduceVfsCaughtExceptions Reduce number of 'caught exceptions' raised by vfs 09 May 2018, 16:23:23 UTC
7fb7eec Add telemetry for open JS files (#23833) * Add telemetry for open JS files * Send event every time * Keep stats even for closed files * Remove tsCheckCountForOpenFilesTelemetry * Use 'info.path' * Update API 09 May 2018, 14:51:46 UTC
91a15dc improve performance 09 May 2018, 14:42:44 UTC
8414a96 update all reference in constructor 09 May 2018, 10:41:46 UTC
fe7c824 LEGO: Merge pull request 23991 LEGO: Merge pull request 23991 09 May 2018, 10:10:49 UTC
7bcbe7c LEGO: check in for master to temporary branch. 09 May 2018, 10:10:29 UTC
89d2bae Adress review comments 09 May 2018, 08:53:27 UTC
f17bf54 Merge pull request #23887 from agentcooper/async-generator-resolve-promise Resolve promise inside async generator 09 May 2018, 07:23:47 UTC
d88210b Do not check for await expression and always output yield await 09 May 2018, 07:09:49 UTC
030b8fc Merge pull request #23976 from ialexryan/patch-3 Fix comment typo in program.ts 09 May 2018, 05:08:56 UTC
ff396c3 LEGO: Merge pull request 23987 LEGO: Merge pull request 23987 09 May 2018, 04:10:44 UTC
67ebb6c LEGO: check in for master to temporary branch. 09 May 2018, 04:10:24 UTC
cb42086 Fix RWC tsconfig and lib paths (#23979) * Fix RWC tsconfig paths * Fix lints * move helper from utils into vpath 09 May 2018, 00:07:54 UTC
1d7dc6a Accept typo fix (#23983) 08 May 2018, 22:49:35 UTC
01ae7f1 Rename test (#23978) 08 May 2018, 22:07:55 UTC
ea953b5 Reduce number of 'caught exceptions' raised by vfs 08 May 2018, 22:05:11 UTC
80d168d Merge pull request #23980 from ialexryan/patch-2 Fix comment typo in types.ts 08 May 2018, 22:00:38 UTC
88e8526 Merge pull request #23981 from ialexryan/patch-4 Fix comment typos in utilities.ts 08 May 2018, 22:00:23 UTC
4cc345e Fix comment typos in utilities.ts 08 May 2018, 21:58:18 UTC
f9bd3af Fix comment typo in types.ts 08 May 2018, 21:51:49 UTC
b85ecd2 Merge pull request #23975 from ialexryan/patch-2 Fix comment typo in resolutionCache.ts 08 May 2018, 21:36:41 UTC
01351d4 Fix comment typo in program.ts 08 May 2018, 21:36:32 UTC
4fb2add Fix comment typo in resolutionCache.ts Another comment-only fix. 08 May 2018, 21:27:40 UTC
5719c8d Merge pull request #23974 from ialexryan/patch-1 Fix typo in parser.ts 08 May 2018, 21:26:25 UTC
211b09b Fix typo in parser.ts 08 May 2018, 21:20:26 UTC
back to top