Commit graph

8077 commits

Author SHA1 Message Date
Yui T 1fc11aa18f Address PR feedback, add comment 2015-10-08 23:25:05 -07:00
Yui T 5e921c1d8d Address PR feedback, remove scriptTarget ES7 2015-10-08 17:12:22 -07:00
Yui T af5dc3e3b3 Address PR feedback. Always emit parentheses around emit capturing 2015-10-08 16:59:49 -07:00
Yui T cd3f711a76 Address PR feedback 2015-10-08 14:38:58 -07:00
Yui T 75de6d4530 Add comment 2015-10-07 18:44:20 -07:00
Yui T 3b8cdb684b Address comment to increment emitCount in separate line 2015-10-07 15:26:09 -07:00
Yui T 37db03ae6a Address feedback on diagnostic message 2015-10-07 14:50:58 -07:00
Yui T 8be77b448f Update test to parse typeAssertion as simpleUnaryExpression 2015-10-06 15:29:21 -07:00
Yui T d96a00e4b8 Parse typeAssertion expression as simpleUnaryExpression 2015-10-06 15:28:48 -07:00
Yui T bfaa51b4e9 Add comment and address PR on comment 2015-10-06 14:09:47 -07:00
Yui T 788f222059 parenthesized exponentiation with template string 2015-10-05 19:07:49 -07:00
Yui T fbe559eef0 Address PR and add new with exponentiation 2015-10-05 19:07:02 -07:00
Yui T bd7cc1e7ef Invalid usage of exponentiation 2015-10-05 19:06:48 -07:00
Yui T d0aaf41252 Add baselines when having early syntax error in exponentiation 2015-10-05 19:06:17 -07:00
Yui T 46d799e05d Add baselines for using exponentiation in template string 2015-10-05 19:05:37 -07:00
Yui T bf970be0b3 Add baselines for downlevel emit exponentiation and ES7 emit of exponentiation 2015-10-05 19:05:14 -07:00
Yui T f8d6b344ee Update baselines for exponentiation compound operator with indexing and property assignment 2015-10-05 19:03:41 -07:00
Yui T a00e90c170 Add and update tests 2015-10-05 19:03:02 -07:00
Yui T 80cdfd4187 Fix emitting parenthesis when downlevel 2015-10-05 18:57:11 -07:00
Yui T 7b3de842a0 Update test harness to pick up new ScriptTarget of ES7 2015-10-05 18:56:39 -07:00
Yui T 69dc707c14 Update parse to use new grammar 2015-10-05 18:56:08 -07:00
Yui T ce7a054407 Update parser with new grammar 2015-10-05 10:34:48 -07:00
Yui T 1326ba9820 Update grammar to error on none-parenthesis 2015-10-02 19:23:58 -07:00
Yui T bf0903bd1b Address PR on fixing tempalte tests 2015-10-02 19:23:19 -07:00
Yui T ca5da9068a Add tests 2015-10-02 19:23:04 -07:00
Yui T 5f7914ca62 Downlevel emit 2015-10-02 18:50:45 -07:00
Yui T df18dfcaae Address PR 2015-09-25 14:38:08 -07:00
Yui T a3f5666a80 remove unnecessary union 2015-09-21 16:47:23 -07:00
Yui T 4037255c27 Update baselines to include new tests 2015-09-21 16:16:47 -07:00
Yui T 4fc74b2d8a Add and update tests for exponentiation 2015-09-21 16:16:28 -07:00
Yui T 31b8736408 Update existed baselines that are affected by ES7 UnaryExpression 2015-09-21 15:44:59 -07:00
Yui T 072089f0ec Downlevel emit for **= 2015-09-21 15:43:49 -07:00
Yui T 1140eb8177 Parse ES7 UnaryExpression and IncrementExpression 2015-09-21 15:43:33 -07:00
Yui T 21d03690c0 Basic parsing for the UnaryExpression: IncrementExpression[?Yield]**UnaryExpression[?Yield] 2015-09-18 18:38:59 -07:00
Yui T 76ef7b40de Initial operator. Need to fix the grammar for unaryExpression 2015-09-18 18:31:52 -07:00
Yui T 04ed89230e Add tests for exponentiation 2015-09-18 17:44:19 -07:00
Daniel Rosenwasser c9170b81a8 Merge pull request #4815 from basarat/patch-1
fix types : export the base as children are exported
2015-09-15 20:42:19 -07:00
Mohamed Hegazy fc438eff22 Merge pull request #4774 from Microsoft/iocaptureFixes
Fixes for the the tsc instrumentation and adding tsconfig support to rwc runner
2015-09-15 17:57:58 -07:00
Basarat Ali Syed 32048ca5ac fix types : export the base as children are exported 2015-09-16 10:57:54 +10:00
Mohamed Hegazy 5b5d876cc2 more code review comments 2015-09-15 17:47:50 -07:00
Mohamed Hegazy a93ab613fe Merge branch 'master' into iocaptureFixes 2015-09-15 17:41:34 -07:00
Daniel Rosenwasser 4fedd77c33 Update LKG. 2015-09-15 15:18:59 -07:00
Daniel Rosenwasser ad8bcfabdc handeles -> handles 2015-09-15 15:18:24 -07:00
Daniel Rosenwasser 45ecce4710 Merge pull request #4809 from Microsoft/mergeFromRelease1.6
Merge from release-1.6
2015-09-15 15:16:44 -07:00
Daniel Rosenwasser 00dcb57e3b Bump version back to 1.7.0. 2015-09-15 15:08:48 -07:00
Daniel Rosenwasser 38b605ea7d Merge branch 'release-1.6'
Conflicts:
	src/compiler/diagnosticInformationMap.generated.ts
	src/compiler/diagnosticMessages.json
	src/compiler/program.ts
	tests/baselines/reference/emptyObjectBindingPatternParameter04.symbols
	tests/baselines/reference/emptyObjectBindingPatternParameter04.types
	tests/baselines/reference/nodeResolution5.errors.txt
	tests/baselines/reference/nodeResolution7.errors.txt
2015-09-15 13:36:08 -07:00
Mohamed Hegazy bccd1762f2 Merge pull request #4383 from Microsoft/cleanHarnessOptionLoading
Clean harness option loading
2015-09-15 13:16:12 -07:00
Mohamed Hegazy c735a98523 Respond to code review comments 2015-09-15 12:47:11 -07:00
Mohamed Hegazy c1e536f255 code review comments 2015-09-15 12:33:45 -07:00
Mohamed Hegazy ce8641f261 Merge branch 'master' into iocaptureFixes 2015-09-15 12:15:53 -07:00