Rob Lourens
|
6379ba9784
|
Add perf test scripts
|
2017-06-12 13:47:31 -07:00 |
Felix Becker
|
d42d70b668
|
Fix NodeAncestorIteratorTest
|
2017-06-10 22:57:43 +02:00 |
Felix Becker
|
d63e97847b
|
Add docs for NodeAncestorIterator
|
2017-06-10 22:56:15 +02:00 |
Felix Becker
|
1cb1356cc6
|
Add AncestorIterator
|
2017-06-10 22:46:42 +02:00 |
Felix Becker
|
fd6358f4a8
|
Polish
|
2017-06-10 22:30:45 +02:00 |
Felix Becker
|
aa0a707b08
|
Improve docs
|
2017-06-10 22:27:53 +02:00 |
Felix Becker
|
ba494d48b7
|
Complete test
|
2017-06-10 22:23:10 +02:00 |
Felix Becker
|
0f82f05d22
|
Fix typos
|
2017-06-10 21:15:20 +02:00 |
Felix Becker
|
dca82af61f
|
Fix InlineHtml order
|
2017-06-10 20:29:36 +02:00 |
Felix Becker
|
79e87c8e8f
|
Fixes
|
2017-06-10 20:04:29 +02:00 |
Felix Becker
|
99fd53998e
|
Add NodeIterator
|
2017-06-09 23:51:05 +02:00 |
Rob Lourens
|
44b19eac27
|
Merge pull request #135 from Microsoft/composerAuthor
Set roblourens as package author
|
2017-06-08 11:14:33 -07:00 |
Rob Lourens
|
009b4f2adf
|
Set myself as package author
|
2017-06-08 11:08:59 -07:00 |
Rob Lourens
|
c53bb35d09
|
Merge pull request #133 from Microsoft/updateComposer
Add php version requirement to prepare for publication
|
2017-06-07 18:17:31 -07:00 |
Rob Lourens
|
d8a73c92fe
|
Add php requirement to prepare for publication
|
2017-06-07 18:16:58 -07:00 |
Rob Lourens
|
08436fea33
|
Merge pull request #132 from Microsoft/fixGetEmptyName
Fix getName when name is empty - should return null, not false.
|
2017-06-07 17:39:07 -07:00 |
Rob Lourens
|
c54797da6c
|
Fix getName when name is empty - should return null, not false.
- Same fix as in Variable.php
|
2017-06-07 17:38:47 -07:00 |
Rob Lourens
|
0e05312d2d
|
Merge pull request #129 from Microsoft/support-php70
Support PHP 7.0
|
2017-05-24 21:10:34 -07:00 |
Rob Lourens
|
6538ac3310
|
Use both PHP 7.0 and 7.1 in Travis
|
2017-05-24 21:05:27 -07:00 |
Rob Lourens
|
a8eeeafcb7
|
Remove "public const" so this runs with PHP 7.0
|
2017-05-24 21:05:14 -07:00 |
Rob Lourens
|
6341d8c577
|
Merge pull request #127 from Microsoft/backslash-crash
Fix exception when parsing misplaced backslash - fix #125
|
2017-05-12 11:11:46 -07:00 |
Rob Lourens
|
1f2074d5d8
|
Fix exception when parsing misplaced backslash - fix #125
|
2017-05-12 11:11:12 -07:00 |
Rob Lourens
|
bf4e8f0244
|
Merge pull request #126 from Microsoft/name-resolution
Name resolution API tests
|
2017-05-12 09:43:50 -07:00 |
Rob Lourens
|
46ede61dd2
|
Move api tests into tests/api
|
2017-05-12 09:42:42 -07:00 |
Rob Lourens
|
c860c6d5cf
|
Remove TODO - I don't think there's work remaining here
|
2017-05-11 17:15:37 -07:00 |
Rob Lourens
|
df78e029ca
|
Tests for getResolvedName
|
2017-05-10 17:20:55 -07:00 |
Rob Lourens
|
035fbd1054
|
Merge pull request #124 from Microsoft/docs
Update API docs and Invariants
|
2017-05-05 17:58:21 -07:00 |
Rob Lourens
|
25754b8b4f
|
Remove GenerateChildNames
|
2017-05-05 17:57:41 -07:00 |
Rob Lourens
|
27dc0bc559
|
Remove invariant
|
2017-05-05 17:42:20 -07:00 |
Rob Lourens
|
b57d23d047
|
Update API docs
|
2017-05-05 17:26:55 -07:00 |
Rob Lourens
|
375a7f3732
|
Merge pull request #123 from mousetraps/lang-server-completions
Completions support for lang server
|
2017-05-05 17:22:34 -07:00 |
Rob Lourens
|
e69f149488
|
Fix data provider
|
2017-05-05 17:20:51 -07:00 |
Rob Lourens
|
3f503be77d
|
Merge branch 'master' of github.com:Microsoft/tolerant-php-parser into lang-server-completions
|
2017-05-05 17:15:34 -07:00 |
Rob Lourens
|
d08065c13c
|
Merge branch 'lang-server' into lang-server-completions
|
2017-05-05 14:36:04 -07:00 |
Rob Lourens
|
f34ac0cfdd
|
Better getNodeAtPosition test setup
|
2017-05-05 14:30:32 -07:00 |
Rob Lourens
|
144756e63b
|
Rewrite getNodeAtPosition and write more tests
|
2017-05-05 14:29:56 -07:00 |
Sara Itani
|
6187c8d90c
|
completions support in lang-server
|
2017-05-05 14:28:19 -07:00 |
Sara Itani
|
87fc52a1ba
|
fix object creation expression parsing
|
2017-05-05 14:21:08 -07:00 |
Sara Itani
|
25bdb4f58c
|
parse reserved word class names
|
2017-05-05 14:20:42 -07:00 |
Rob Lourens
|
01a4469627
|
Merge pull request #122 from mousetraps/lang-server-perf
Parser performance improvements
|
2017-05-05 14:18:22 -07:00 |
Rob Lourens
|
158e2a7761
|
Remove var_dump from test
|
2017-05-05 12:12:28 -07:00 |
Rob Lourens
|
b430786798
|
Add CHILD_NAMES to YieldExpression
|
2017-05-05 12:10:46 -07:00 |
Rob Lourens
|
42a44597b2
|
Merge branch 'lang-server-nameresolution' into lang-server-perf
|
2017-05-05 12:05:10 -07:00 |
Rob Lourens
|
54caa61c20
|
Merge pull request #121 from mousetraps/lang-server-nameresolution
Implement name resolution
|
2017-05-05 11:59:07 -07:00 |
Rob Lourens
|
95fa8b1150
|
Merge branch 'master' of github.com:Microsoft/tolerant-php-parser into lang-server-nameresolution
|
2017-05-05 11:34:23 -07:00 |
Rob Lourens
|
4ea4d475e3
|
Port test fix from 5ea87aec62
|
2017-05-05 11:02:14 -07:00 |
Rob Lourens
|
e6ac557b84
|
Travis fixes from master
|
2017-05-05 10:55:34 -07:00 |
Sara Itani
|
635cf8b16a
|
Fix diagnostics provider issues
|
2017-05-05 09:54:01 -07:00 |
Sara Itani
|
ef85002c2f
|
Fix merge issues related to Node structure
|
2017-05-05 09:54:01 -07:00 |
Sara Itani
|
e1e4642441
|
Merge branch 'master' of https://github.com/Microsoft/tolerant-php-parser into lang-server
|
2017-05-05 09:53:35 -07:00 |