https://github.com/Microsoft/TypeScript

sort by:
Revision Author Date Message Commit Date
b1d8828 Remove transformCompatibleEmit flag and make it the default. 29 February 2016, 21:29:03 UTC
cd2cf7d PR Feedback and defer makeUniqueName/getGeneratedNameForNode to printer. 29 February 2016, 21:28:16 UTC
75b2181 Merge branch 'transforms-transformer' into transforms-printer 23 February 2016, 23:41:14 UTC
4f03b31 Updated lift behavior 23 February 2016, 23:40:12 UTC
40b61fb Merge branch 'transforms-transformer' into transforms-printer 23 February 2016, 23:38:21 UTC
f92c24b Removed unused liftNode function 23 February 2016, 23:38:07 UTC
9871d3b Merge branch 'transforms-transformer' into transforms-printer 23 February 2016, 23:05:03 UTC
635347e Fixed typo in visitEachChild 23 February 2016, 23:04:47 UTC
98ab964 Merge branch 'transforms-transformer' into transforms-printer 23 February 2016, 22:39:42 UTC
0937cec Added additional auto-parenthesizing to visitor. 23 February 2016, 22:39:22 UTC
61f3ba6 Merge branch 'transforms-transformer' into transforms-printer 23 February 2016, 21:15:35 UTC
b3adade PR Feedback 23 February 2016, 21:14:44 UTC
e5cd8fe Added temporary compat flag to control emit output to fix tests 23 February 2016, 19:35:26 UTC
2e47e2e Merge branch 'transforms-transformer' into transforms-printer 23 February 2016, 18:55:58 UTC
4a81dde Fixed issue with smartindenter 23 February 2016, 18:55:43 UTC
617e511 Merge branch 'transforms-transformer' into transforms-printer 23 February 2016, 00:54:49 UTC
f3179da Fixed issue with test dependencies 23 February 2016, 00:53:50 UTC
64e7aa8 PR Feedback. 23 February 2016, 00:26:57 UTC
f52a30b Merged some changes from other branches. 23 February 2016, 00:11:31 UTC
6d27336 Merged some changes from other branches. 23 February 2016, 00:10:32 UTC
90a317f Merge branch 'transforms-transformer' into transforms-printer 22 February 2016, 23:58:33 UTC
7d72c18 Merge branch 'transforms-flags' into transforms-transformer 22 February 2016, 23:55:21 UTC
80f89a1 PR feedback 22 February 2016, 23:55:07 UTC
8e0d28e Merge branch 'transforms-flags' into transforms-transformer 22 February 2016, 23:53:13 UTC
2ab8877 Fix for new linter warning 22 February 2016, 23:52:58 UTC
11d54ba Merged some changes from other branches. 22 February 2016, 23:52:16 UTC
024eff1 Merge branch 'transforms-flags' into transforms-transformer 22 February 2016, 23:30:05 UTC
cd7c229 Merged some changes from other branches. 22 February 2016, 23:23:30 UTC
ab8e83e Merge branch 'transforms-visitor' into transforms-flags 22 February 2016, 23:17:04 UTC
ad64877 Merged some changes from other branches. 22 February 2016, 23:15:09 UTC
357171f PR feedback, switched to getEmitScriptTarget/getEmitModuleKind 17 February 2016, 00:12:00 UTC
8ec3932 Merge branch 'transforms-transformer' into transforms-printer 17 February 2016, 00:01:32 UTC
0f16e68 PR Feedback 17 February 2016, 00:01:14 UTC
c634a36 Merge branch 'transforms-transformer' into transforms-printer 13 February 2016, 02:08:41 UTC
ab811f9 Updates to TransformationContext and transformer.ts 13 February 2016, 02:03:33 UTC
f8ed021 PR feedback and cleanup 13 February 2016, 01:46:38 UTC
ceae78b Merge branch 'transforms-flags' into transforms-transformer 12 February 2016, 23:10:57 UTC
319ff61 PR Feedback 12 February 2016, 23:07:33 UTC
4577441 Merge branch 'transforms-visitor' into transforms-flags 12 February 2016, 22:57:33 UTC
387b30c Some cleanup and reorganization 12 February 2016, 22:50:22 UTC
e545f1b Merge branch 'transforms-transformer' into transforms-printer 09 February 2016, 22:01:39 UTC
fb19e81 Fixed linter error 09 February 2016, 22:01:18 UTC
6b381ec Added printer 09 February 2016, 21:43:40 UTC
0f2bbb1 Moved LexicalEnvironment to types.ts, minor fixes 09 February 2016, 20:39:46 UTC
6fa4002 Merge branch 'transforms-flags' into transforms-transformer 09 February 2016, 19:43:46 UTC
51dd27a Moved TreansformFlags assertions after markers 09 February 2016, 19:43:25 UTC
1a0b877 Merge branch 'transforms-visitor' into transforms-flags 09 February 2016, 19:02:05 UTC
af24b16 PR Feedback 09 February 2016, 19:01:49 UTC
cbb910a Merge branch 'transforms-flags' into transforms-transformer 08 February 2016, 19:37:15 UTC
34489a4 Merge branch 'transforms-visitor' into transforms-flags 08 February 2016, 19:04:48 UTC
b3e9d26 Moved createNode back to parser, added local createNode to factory 08 February 2016, 19:04:01 UTC
1e35593 Adds the transformFiles API 05 February 2016, 02:14:39 UTC
ba9181c Merge branch 'transforms-visitor' into transforms-flags 05 February 2016, 00:52:52 UTC
8bf176a Cleanup and reorganization of node tests 05 February 2016, 00:41:58 UTC
f8e574f Added ArrayKind, moved createNode, changed JSDocParsing tests to use baselines. 04 February 2016, 23:01:31 UTC
cadda66 Adds transform flags aggregation to binder and visitor 04 February 2016, 19:57:53 UTC
3855261 removed unused function 04 February 2016, 02:26:43 UTC
c3faf0f Added visitor API 04 February 2016, 02:11:32 UTC
98b8af6 Update README.md 03 February 2016, 21:45:36 UTC
1154ab8 Merge pull request #6855 from Microsoft/destructuringInTypes Destructuring parameters in function/constructor types 03 February 2016, 17:05:24 UTC
98e8a25 Addressing CR feedback 03 February 2016, 14:52:53 UTC
c69a9d1 Update README.md 03 February 2016, 08:05:09 UTC
96d82b5 Update README.md 03 February 2016, 08:03:59 UTC
33ef358 Merge pull request #6863 from plantain-00/i6844 fix error message with public class inside namespace 03 February 2016, 02:33:24 UTC
a57029f Merge pull request #6862 from Microsoft/removeUnusedErrorMessage Remove unused error message 03 February 2016, 02:24:46 UTC
a0782d9 fix error message with public class inside namespace 03 February 2016, 02:02:59 UTC
9582342 Remove unused error message 03 February 2016, 01:53:42 UTC
cd2638e Merge pull request #5 from Microsoft/master fetch lastest code 03 February 2016, 01:38:30 UTC
6cc44d1 Merge pull request #6813 from Microsoft/port6745tomaster Port 6745 03 February 2016, 00:37:21 UTC
823df85 Merge pull request #6852 from viispade/erase-watcherPath-comment Delete mention of nonexistent watcherPath param 02 February 2016, 22:58:06 UTC
979186f Accepting new baselines 02 February 2016, 22:15:26 UTC
5643f91 Adding test 02 February 2016, 22:14:55 UTC
c89f2b7 Properly parse function/constructor types with destructuring parameters 02 February 2016, 22:14:37 UTC
8e472db Delete mention of nonexistent watcherPath param It doesn't exist now. It didn't exist in the commit that first mentioned it. 02 February 2016, 21:44:47 UTC
bd3e9f2 Merge pull request #6709 from RyanCavanaugh/fix6662 Don't crash when return type jsdoc tag is malformed 02 February 2016, 21:40:13 UTC
554ea1b Merge pull request #6679 from RyanCavanaugh/fix6645 Allow multiple 'this' property assignments in Salsa 02 February 2016, 20:49:09 UTC
3dae253 Merge pull request #6278 from Microsoft/theyreNotTHATSpecial Remove most special treatment of specialized signatures. 02 February 2016, 20:45:30 UTC
7259074 Merge pull request #6846 from Microsoft/noErrorOnEmptyDtsFile do not error if typings for external library is empty .d.ts file 02 February 2016, 20:12:52 UTC
fb99a66 do not error if typings for external library is empty .d.ts file 02 February 2016, 19:36:38 UTC
c6588d2 Merge pull request #6827 from T18970237136/ts-missing-semicolon Add missing semicolon when emitting return statement. 02 February 2016, 18:53:46 UTC
2d7a2f4 Merge pull request #6680 from RyanCavanaugh/fix6646 Parse JSDoc comments for ES6 class constructors and methods 02 February 2016, 18:48:29 UTC
757f470 Update test files. 02 February 2016, 09:30:39 UTC
dbfc269 Add missing semicolon when emitting return statement. Fixes #6824. 02 February 2016, 07:54:07 UTC
b15ff81 Add malformed parameter test 02 February 2016, 05:48:16 UTC
0855933 Merge pull request #6587 from nojvek/master pretty output for jsx and createElement emits to children array 02 February 2016, 05:38:15 UTC
3dfd378 Add some tests 02 February 2016, 05:20:37 UTC
a4c6f66 Treat multiple prototype property assignments as union property declarations 02 February 2016, 04:59:37 UTC
0db90b7 Add more tests and baselines 02 February 2016, 00:51:38 UTC
c7bbda8 Remove old baselines 02 February 2016, 00:51:37 UTC
d815653 Rename test cases so they are consistent with the rest 02 February 2016, 00:51:33 UTC
8ce886c Update baselines 02 February 2016, 00:51:12 UTC
bcf2215 Fix lastEncodedSourceMapSpan from being set to undefined 02 February 2016, 00:51:12 UTC
a17dbd5 Merge pull request #6798 from Microsoft/dottedNamesInJsx properly classify dotted tag names in jsx 02 February 2016, 00:49:59 UTC
555f35e Merge pull request #6803 from Microsoft/noDirExistsCheckInClassic don't do 'directoryExists' check in classic resolution scheme 02 February 2016, 00:49:51 UTC
f94c720 update baselines 01 February 2016, 23:54:14 UTC
1f1f4d2 fix linter issues 01 February 2016, 23:34:03 UTC
078ebb9 Merge pull request #6801 from Microsoft/weReallyNeedANewSyntaxKindForTheseExportsToMaster Port 'export default' fix for JS files to 'master' 01 February 2016, 23:22:17 UTC
4f2cd6c don't do 'directoryExists' check in classic resolution scheme 01 February 2016, 23:19:13 UTC
73d9a94 Accepted that other baseline. 01 February 2016, 22:17:35 UTC
25d2140 Accepted baselines. 01 February 2016, 22:17:33 UTC
back to top