Sheetal Nandi
|
543cc6a967
|
Fix the return type of function type when it is tuple or object type
|
2016-08-17 15:56:00 -07:00 |
Sheetal Nandi
|
66a6ebaa3d
|
Fix the method return type, handle return type that is object type and object type's field declaration's type annotation
|
2016-08-17 15:00:09 -07:00 |
Sheetal Nandi
|
b7a6c22be9
|
Few simplifications for type-name and primitive types
|
2016-08-17 11:09:38 -07:00 |
Sheetal Nandi
|
38cee99665
|
Workaround to distiguish attribute values from the string literals
|
2016-08-16 15:39:17 -07:00 |
Sheetal Nandi
|
8c4e427918
|
Renaming of scope names to match other grammars
Note jsx attribute value is colored as string with this and its a TODO
|
2016-08-16 13:07:17 -07:00 |
Sheetal Nandi
|
91a4709249
|
Regular expressions
|
2016-08-15 11:02:01 -07:00 |
Sheetal Nandi
|
1de155d405
|
Strings
|
2016-08-12 14:14:45 -07:00 |
Sheetal Nandi
|
9c71cac845
|
Constants - true, false, null, undefined, nan, infinity
|
2016-08-12 12:37:30 -07:00 |
Sheetal Nandi
|
b4a9b2dc75
|
Generate the marker file only if there are any markers in the file
|
2016-08-11 15:54:27 -07:00 |
Sheetal Nandi
|
89d8a7bf75
|
Changes for numeric literals
|
2016-08-11 15:45:11 -07:00 |
Sheetal Nandi
|
aea13ef0e7
|
Update comment grammar
|
2016-08-11 11:57:16 -07:00 |
Sheetal Nandi
|
d9a7c97869
|
Theme files for existing typescript and typescript react
|
2016-08-11 10:48:00 -07:00 |
Sheetal Nandi
|
c0d907ed80
|
Generate baselines and markers in same folder
|
2016-08-11 09:06:31 -07:00 |
Sheetal Nandi
|
b08936f39f
|
Stop running old baselines along with making better baseline for markers too
|
2016-08-11 09:02:13 -07:00 |
Sheetal Nandi
|
c0acaa221e
|
Add original file to baselines for easier diagnosing issues with baseline
|
2016-08-11 08:58:46 -07:00 |
Sheetal Nandi
|
89e4a66bd5
|
Make baselines so we can verify against new grammar
|
2016-08-11 08:57:19 -07:00 |
anubmat
|
1cf745cd57
|
Merge pull request #209 from Microsoft/issue_200
Fixes Issue #200, Correcting case/default expression clause
|
2016-07-25 12:40:03 -07:00 |
Zhengbo Li
|
2797fa6b06
|
Use npm@next for building node_gyp
|
2016-07-15 11:24:15 -07:00 |
Anubha Mathur
|
55b8661403
|
New changes
|
2016-07-14 18:45:49 -07:00 |
Anubha Mathur
|
dc4a247c93
|
Fixing Issue 200 - using another method
|
2016-07-14 18:02:24 -07:00 |
Anubha Mathur
|
603b8ea331
|
Solves Issue #200, Issue with scopes with - "export default"
|
2016-07-14 17:50:34 -07:00 |
Zhengbo Li
|
a78f05a1af
|
Merge pull request #129 from anubmat/issue_124
Adding capability for ternary expression as a separate scope
|
2016-06-08 16:41:36 -07:00 |
Zhengbo Li
|
dcfc96b527
|
Merge pull request #117 from Gheoan/yield
add yield keyword
|
2016-05-31 14:26:44 -07:00 |
Ron Buckton
|
c61b3f3fb2
|
Accept new baseline.
|
2016-05-16 15:15:30 -07:00 |
Ron Buckton
|
00b188bc0c
|
Merge pull request #103 from Microsoft/fixSwitchColor
Fixes the color of the switch keyword.
|
2016-05-16 09:44:00 -07:00 |
anubmat
|
4007205d65
|
Merge pull request #126 from anubmat/issue_122
Changing the scope of type aliases
|
2016-05-16 09:12:01 -07:00 |
anubmat
|
eba02cdce8
|
Merge pull request #123 from anubmat/issue_28
Adding capability for Octal and Binary numeric literals
|
2016-05-16 09:11:29 -07:00 |
Anubha Mathur
|
79bf69c3f4
|
Adding a safe expression list for expressions in ternary operator.
|
2016-04-27 09:36:09 -07:00 |
Anubha Mathur
|
aefa631571
|
Merge remote-tracking branch 'origin/master' into issue_124
|
2016-04-24 16:01:32 -07:00 |
Zhengbo Li
|
522d0e092b
|
Merge pull request #145 from long-lazuli/master
Parse longer expressions first, to help ligatures in Editors
|
2016-04-21 14:40:18 -07:00 |
Yannick Schetrite
|
8665f15d48
|
Parse longer expressions first, to help ligatures in Editors
|
2016-04-18 14:21:47 +02:00 |
Anubha Mathur
|
6b0475d939
|
Updated Test Case
|
2016-03-25 15:26:19 -07:00 |
Anubha Mathur
|
a5bb8179e2
|
Updating the test case
|
2016-03-25 15:20:10 -07:00 |
Anubha Mathur
|
9360c2595f
|
Adding capability for ternary operator
|
2016-03-17 10:49:23 -07:00 |
anubmat
|
e4eb045784
|
Merge pull request #105 from anubmat/issue_37
Solving Issue 37, changing scopes of major keywords, changing scope o…
|
2016-03-15 11:07:13 -07:00 |
Anubha Mathur
|
bcb5d5f07f
|
Changed the scope of implies operator
|
2016-03-14 09:38:26 -07:00 |
Anubha Mathur
|
6b92a3595d
|
Changing the scope of type aliases
|
2016-03-11 18:22:49 -08:00 |
Anubha Mathur
|
e454a44efd
|
Solving Issue #28
|
2016-03-10 17:30:34 -08:00 |
Anubha Mathur
|
3276501477
|
Made tests more comprehensive and chenged scope of constructor
|
2016-03-10 14:06:32 -08:00 |
Anubha Mathur
|
86e9911aae
|
Updated to most recent origin
|
2016-03-10 13:32:56 -08:00 |
anubmat
|
9a1c040cc8
|
Merge pull request #109 from anubmat/issue_38
Correctly classify keywords in object-heritage clauses
|
2016-03-10 10:38:23 -08:00 |
anubmat
|
61cdd03d8d
|
Merge pull request #118 from anubmat/issue_110
Allowing numbers in exponential notation to be scoped as numeric literals
|
2016-03-10 10:38:06 -08:00 |
Anubha Mathur
|
26464684d0
|
Added a testcase and eliminated space characters entirely
|
2016-03-10 10:14:48 -08:00 |
Anubha Mathur
|
05f7ff0345
|
Merge remote-tracking branch 'origin/master' into issue_38
|
2016-03-10 09:33:58 -08:00 |
Anubha Mathur
|
0dc4305633
|
Making tests more comprehensive
|
2016-03-10 09:29:59 -08:00 |
Anubha Mathur
|
1eafebdfec
|
Merge remote-tracking branch 'origin/master' into issue_110
|
2016-03-10 09:19:00 -08:00 |
Anubha Mathur
|
44db0797bd
|
Made tests more comprehensive and added ability of e or E and + or -
|
2016-03-10 09:18:47 -08:00 |
Anubha Mathur
|
8ccc33b4c4
|
Made tests more comprehensive and added ability of e or E and + or -
|
2016-03-10 09:17:58 -08:00 |
anubmat
|
8a30ca90ce
|
Merge pull request #107 from anubmat/issue_32
Fixing scope and color of word "constructor"
|
2016-03-10 08:32:10 -08:00 |
Anubha Mathur
|
6976997777
|
Solving issue 110: allowing exponential numbers
|
2016-03-09 16:11:13 -08:00 |