Commit graph

8068 commits

Author SHA1 Message Date
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
Mohamed Hegazy 48d0e6d197 Update tests to use "removeComments" instead of "comments" 2015-09-15 12:08:55 -07:00
Mohamed Hegazy 4c1089f781 Merge branch 'master' into cleanHarnessOptionLoading
Conflicts:
	tests/cases/compiler/pinnedComments1.ts
2015-09-15 12:08:37 -07:00
Mohamed Hegazy d491a301e5 Breaking changes from node resolution changes. ambient module declarations do not take precedance any longer. 2015-09-15 11:44:12 -07:00
Mohamed Hegazy c63dfbd4c7 Update node resolution tests 2015-09-15 11:43:28 -07:00
Mohamed Hegazy ee5881ef9c Merge branch 'master' into cleanHarnessOptionLoading
Conflicts:
	src/harness/harness.ts
2015-09-14 16:53:08 -07:00
Vladimir Matveev 89718cf5a5 Merge pull request #4758 from Microsoft/updateErrorText
update error message text when external typings file in node package is not module
2015-09-14 15:40:11 -07:00
Vladimir Matveev 35aa774315 Merge pull request #4794 from Microsoft/emptyModuleName
report error if module name is empty
2015-09-14 14:53:19 -07:00
Vladimir Matveev 5636655cf4 report error if module name is empty 2015-09-14 14:33:35 -07:00
Mohamed Hegazy d9112f5e98 use resolvePath to handel relative references correctelly 2015-09-13 23:35:22 -07:00