Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Operators #686

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
a5ab5a4
Update jsdoc-spec.coffee
icecream17 Nov 13, 2020
0151d84
Update javascript-spec.coffee
icecream17 Nov 13, 2020
f88510a
Update tree-sitter-javascript.cson
icecream17 Nov 13, 2020
ebe65f1
Update javascript.cson
icecream17 Nov 13, 2020
5f5c5d8
More accurate comment
icecream17 Nov 13, 2020
3d9a738
Merge pull request #2 from atom/master
icecream17 Dec 26, 2020
9f9767d
Add all missing operators
icecream17 Jan 4, 2021
ea7f122
Add missing assignment operators
icecream17 Jan 4, 2021
eedb1dc
Start trying to make ?. work
icecream17 Jan 4, 2021
71a1094
test for extra operators
icecream17 Jan 4, 2021
6ecd4eb
what am i doing
icecream17 Jan 26, 2021
bd2b389
add end quote
icecream17 Jan 30, 2021
6f32f5a
add Another quote!
icecream17 Jan 30, 2021
58366b8
add .period / .optional [skip ci]
icecream17 Jan 30, 2021
9b77470
use #includes instead
icecream17 Jan 30, 2021
daf57b2
only fixes 1 error
icecream17 Jan 30, 2021
0594be3
fix caputres
icecream17 Jan 30, 2021
1976fc0
update name [skip ci]
icecream17 Jan 30, 2021
71c1297
simplify
icecream17 Jan 30, 2021
ae026ea
oops wrong one
icecream17 Jan 30, 2021
61c6f50
include doesn't give a name....
icecream17 Jan 30, 2021
b7a37d2
use outer strategies instead?
icecream17 Jan 30, 2021
67cfb34
undo last 2 commits, but keep line 740 fix
icecream17 Jan 30, 2021
6f9d30c
nvm / found different fix
icecream17 Jan 30, 2021
9f0f20b
add ?.[8]
icecream17 Jan 30, 2021
a03dba9
add ?.()
icecream17 Jan 30, 2021
d6097cd
possibly fix one of the 3 errors
icecream17 Jan 30, 2021
7be76b7
oh *method*
icecream17 Jan 30, 2021
e7a099e
fix 1 spec error
icecream17 Jan 30, 2021
43c4cd4
add exponentation [skip ci]
icecream17 Jan 30, 2021
5cbcfa3
add exponentation
icecream17 Jan 30, 2021
1fdff0b
Add meta.method-call and some extra tests
icecream17 Jan 31, 2021
a6fc423
avoid 0: '*', 1: '*'
icecream17 Jan 31, 2021
aea466a
spec error
icecream17 Jan 31, 2021
bc1519c
support a?.[8]
icecream17 Jan 31, 2021
b1530fa
support [array]?.()
icecream17 Jan 31, 2021
1c22540
remove todo
icecream17 Feb 1, 2021
479d34b
try some silly precedence changes [skip-ci skip ci]
icecream17 Feb 1, 2021
32c306f
maybe this will work
icecream17 Feb 1, 2021
e7d497e
Undo last 2 commits
icecream17 Feb 1, 2021
ca728f8
Try the ? again
icecream17 Feb 1, 2021
56ac735
That was a weird comment
icecream17 Feb 5, 2021
96063f1
Try reordering the operators instead. Add void.
icecream17 Feb 5, 2021
8999c69
try doing the reverse order, fix ?:
icecream17 Feb 6, 2021
4cf3132
Some operators don't exist
icecream17 Feb 6, 2021
c04bb07
Nevermind, they do exist
icecream17 Feb 6, 2021
2c6b55b
order doesn't matter, visual appeal [skip ci]
icecream17 Feb 6, 2021
0becd7b
slight visual change [skip ci]
icecream17 Feb 6, 2021
9ac6634
Merge pull request #3 from atom/master
icecream17 Feb 24, 2021
2fec918
add rest and bitwise shift
icecream17 Feb 25, 2021
743fcd5
correct get, add scopes, consistency [skip ci]
icecream17 Feb 25, 2021
7648f78
add rest matcher
icecream17 Feb 25, 2021
7f384eb
undo rest, try to fix infinite loop
icecream17 Feb 25, 2021
448ee0b
...i figured out the infinite loop
icecream17 Feb 25, 2021
4220dd7
update spec to match
icecream17 Feb 25, 2021
cf0b710
fix operator precedence
icecream17 Feb 25, 2021
fb6adec
fix **=
icecream17 Feb 25, 2021
cf1c283
Merge pull request #4 from atom/master
icecream17 Apr 4, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading