Cyrus Najmabadi
|
3174cbca0a
|
Use union types to make For/ForIn statements simpler.
Conflicts:
src/services/syntax/SyntaxGenerator.js.map
|
2014-11-10 01:04:26 -08:00 |
|
Cyrus Najmabadi
|
2288f4268f
|
Simplify API for nodes that have both a block and an expression.
Conflicts:
src/services/syntax/SyntaxGenerator.js.map
|
2014-11-10 01:04:02 -08:00 |
|
Cyrus Najmabadi
|
f59cb6044d
|
Simplify API for nodes htat have both a block and a semicolon token.
Conflicts:
src/services/syntax/SyntaxGenerator.js.map
|
2014-11-10 01:03:40 -08:00 |
|
Cyrus Najmabadi
|
535dc0dc46
|
Simplify module name parsing.
Conflicts:
src/services/syntax/SyntaxGenerator.js.map
|
2014-11-10 01:03:02 -08:00 |
|
Cyrus Najmabadi
|
fc25dfbf1a
|
Simplified parsing.
|
2014-11-10 01:02:23 -08:00 |
|
Cyrus Najmabadi
|
b83c37a764
|
Tiny perf tweaks to scanning.
|
2014-11-10 01:02:08 -08:00 |
|
Cyrus Najmabadi
|
a379d69229
|
Rename method.
|
2014-11-09 00:28:19 -08:00 |
|
Cyrus Najmabadi
|
37e9c2db89
|
Move to a syntax model where we only have leading trivia.
|
2014-11-09 00:28:00 -08:00 |
|
Cyrus Najmabadi
|
f02ba7f212
|
move SyntaxTrivia.kind over to a property.
Conflicts:
src/services/compiler/precompile.ts
|
2014-11-09 00:27:33 -08:00 |
|
Cyrus Najmabadi
|
a0464435c9
|
Attach skipped tokens to the following token, not the preceding one.
This makes handling skipped tokens much simpler, and helps put us in
a position where tokens only have leading trivia and never trailing
trivia.
|
2014-11-09 00:25:44 -08:00 |
|
Cyrus Najmabadi
|
bea124b217
|
Simplify code.
|
2014-11-05 04:08:20 -08:00 |
|
Cyrus Najmabadi
|
1a1c9ace8a
|
Add support for parsing computed property names.
|
2014-11-05 03:49:25 -08:00 |
|
Cyrus Najmabadi
|
cb97682d83
|
Add the IPropertyNameSyntax.
This will help us introduce the ComputedPropertyName concept in the future.
Conflicts:
src/services/syntax/syntaxNodes.concrete.generated.ts
|
2014-11-05 00:54:53 -08:00 |
|
Cyrus Najmabadi
|
ae87b08e33
|
Add support for parsing shorthand property assignments.
|
2014-11-04 23:04:07 -08:00 |
|
Cyrus Najmabadi
|
5952036e2c
|
Remove unnecessary brand.
|
2014-11-04 22:43:11 -08:00 |
|
Cyrus Najmabadi
|
3753058874
|
Add an IAccessorSyntax interface.
|
2014-11-04 22:43:01 -08:00 |
|
Cyrus Najmabadi
|
ba2bdc4124
|
Add missing brands to the syntax interfaces.
|
2014-11-04 22:42:43 -08:00 |
|
Cyrus Najmabadi
|
a9a2fe501a
|
Specialize computeData for arrays.
|
2014-11-04 22:41:13 -08:00 |
|
Cyrus Najmabadi
|
4cefe353f3
|
remove file.
|
2014-11-04 22:40:59 -08:00 |
|
Cyrus Najmabadi
|
35644b3d47
|
Move from an array of function pointers to actual methods.
Conflicts:
src/services/syntax/syntaxGenerator.ts
|
2014-11-04 22:40:36 -08:00 |
|
Cyrus Najmabadi
|
419ee38c8a
|
Update syntax nodes.
|
2014-11-04 01:37:59 -08:00 |
|
Cyrus Najmabadi
|
12d3d8a741
|
Specialize findToken walk.
|
2014-11-04 01:20:00 -08:00 |
|
Cyrus Najmabadi
|
c9edc5963e
|
Micro optimize scanning
|
2014-11-04 01:19:46 -08:00 |
|
Cyrus Najmabadi
|
82dc827837
|
Use an array for getting the right childAt function.
|
2014-11-04 01:19:31 -08:00 |
|
Cyrus Najmabadi
|
aa2509a08a
|
Small micro optimizations to incremental parsing.
|
2014-11-04 01:19:19 -08:00 |
|
Cyrus Najmabadi
|
7c0c788886
|
Specialize update method for both nodes and tokens.
|
2014-11-04 01:19:06 -08:00 |
|
Cyrus Najmabadi
|
6fd900b4c2
|
Faster fixedWidthTokenLength function.
|
2014-11-04 01:18:51 -08:00 |
|
Cyrus Najmabadi
|
ddfdfc3dd5
|
Change 'kind' into a property from a method.
|
2014-11-04 01:18:37 -08:00 |
|
Cyrus Najmabadi
|
5d06cd7461
|
Make ISyntaxElement.parent non-optional
|
2014-11-03 18:59:17 -08:00 |
|
Cyrus Najmabadi
|
296391619e
|
Encode child counts as an array, not as a switch.
|
2014-11-03 18:29:37 -08:00 |
|
Cyrus Najmabadi
|
8954538399
|
Remove SyntaxNode.ts file
Lots of cleanup of the syntax generator.
Sort definitions.
Remove unused class.
|
2014-11-03 00:30:52 -08:00 |
|
Cyrus Najmabadi
|
adb775c579
|
Simplifying node constructors
|
2014-11-02 23:54:26 -08:00 |
|
Cyrus Najmabadi
|
02ad58c7c7
|
Use functions instead of classes
|
2014-11-02 23:51:11 -08:00 |
|
Cyrus Najmabadi
|
a8e88eafd3
|
Remove accept method from syntax nodes
|
2014-11-02 23:48:29 -08:00 |
|
Cyrus Najmabadi
|
a00fdad52b
|
Remove childCount and childAt from ISyntaxElement.
Conflicts:
src/services/syntax/syntaxUtilities.generated.ts
|
2014-11-02 23:47:54 -08:00 |
|
Cyrus Najmabadi
|
1f969fe41c
|
Remove shared arrays.
|
2014-11-02 23:42:54 -08:00 |
|
Cyrus Najmabadi
|
4ebd2a2240
|
Remove SyntaxNode class
|
2014-11-02 23:40:29 -08:00 |
|
Cyrus Najmabadi
|
329d3d5f13
|
Speed up incremental parsing
|
2014-11-02 23:37:55 -08:00 |
|
Cyrus Najmabadi
|
4e55bcf2a0
|
Remove unused code.
|
2014-11-02 23:35:33 -08:00 |
|
Cyrus Najmabadi
|
5af3d48340
|
Speeding up parsing and incremental parsing.
|
2014-11-02 23:32:51 -08:00 |
|
Cyrus Najmabadi
|
2d948cb761
|
Speed up findToken
|
2014-11-02 23:30:29 -08:00 |
|
Cyrus Najmabadi
|
d89d9282ff
|
Speed up incremental parsing by caching child tokens instead of walking the tree for them.
|
2014-11-02 23:22:09 -08:00 |
|
Cyrus Najmabadi
|
92e40b76c2
|
Add support for parsing template expressions.
|
2014-11-02 01:19:19 -08:00 |
|
Cyrus Najmabadi
|
0962a8869b
|
Remove abstract syntax tree generation support from fidelity.
|
2014-11-01 16:50:04 -07:00 |
|
Cyrus Najmabadi
|
c4d6b7c22e
|
Use a flat list for separated syntax lists.
|
2014-11-01 16:20:23 -07:00 |
|
Cyrus Najmabadi
|
f20876b7d8
|
Merge branch 'master' into defineProperty
|
2014-10-31 18:45:55 -07:00 |
|
Cyrus Najmabadi
|
cb3e6d8921
|
Speed up separatedListChildCount
|
2014-10-31 18:41:03 -07:00 |
|
Cyrus Najmabadi
|
6ac80babc5
|
When augmenting Array.prototype, make the functions non-enumerable by default so as to not affect clients that call for-in
|
2014-10-31 18:28:55 -07:00 |
|
Cyrus Najmabadi
|
18af4fc165
|
Move back to how we used to walk trees for incremental parsing perf.
|
2014-10-31 15:02:43 -07:00 |
|
Cyrus Najmabadi
|
492211fd62
|
Move away from separate syntax kinds for binary and unary expressions.
|
2014-10-30 15:09:33 -07:00 |
|