1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00
semantic/test/fixtures/javascript/corpus
Patrick Thomson 6f63463269 Remove explicit Paren node from syntax trees.
As @robrix pointed out, adding explicit parenthesis nodes to our ASTs
bloats them with no added gain in expressivity. A pretty-printing
solution should use something analogous to `showsPrec` to ensure that
parentheses are printed properly.
2018-04-23 11:00:10 -04:00
..
anonymous-function.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
anonymous-function.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
anonymous-function.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
anonymous-function.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
anonymous-function.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
anonymous-function.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
anonymous-parameterless-function.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
anonymous-parameterless-function.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
anonymous-parameterless-function.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
anonymous-parameterless-function.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
anonymous-parameterless-function.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
anonymous-parameterless-function.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
array.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
array.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
array.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
array.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
array.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
array.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
arrow-function.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
arrow-function.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
arrow-function.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
arrow-function.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
arrow-function.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
arrow-function.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
assignment-pattern.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
assignment-pattern.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
assignment-pattern.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
assignment-pattern.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
assignment-pattern.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
assignment-pattern.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
assignment.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
assignment.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
assignment.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
assignment.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
assignment.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
assignment.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
bitwise-operator.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
bitwise-operator.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
bitwise-operator.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
bitwise-operator.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
bitwise-operator.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
bitwise-operator.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
boolean-operator.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
boolean-operator.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
boolean-operator.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
boolean-operator.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
boolean-operator.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
boolean-operator.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
break.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
break.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
break.diffA-B.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
break.diffB-A.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
break.parseA.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
break.parseB.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
chained-callbacks.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
chained-callbacks.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
chained-callbacks.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
chained-callbacks.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
chained-callbacks.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
chained-callbacks.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
chained-property-access.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
chained-property-access.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
chained-property-access.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
chained-property-access.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
chained-property-access.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
chained-property-access.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
class.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
class.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
class.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
class.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
class.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
class.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
comma-operator.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
comma-operator.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
comma-operator.diffA-B.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
comma-operator.diffB-A.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
comma-operator.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
comma-operator.parseB.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
comment.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
comment.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
comment.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
comment.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
comment.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
comment.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
constructor-call.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
constructor-call.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
constructor-call.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
constructor-call.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
constructor-call.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
constructor-call.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
continue.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
continue.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
continue.diffA-B.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
continue.diffB-A.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
continue.parseA.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
continue.parseB.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
delete-operator.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
delete-operator.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
delete-operator.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
delete-operator.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
delete-operator.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
delete-operator.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
do-while-statement.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
do-while-statement.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
do-while-statement.diffA-B.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
do-while-statement.diffB-A.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
do-while-statement.parseA.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
do-while-statement.parseB.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
export.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
export.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
export.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
export.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
export.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
export.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
false.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
false.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
false.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
false.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
false.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
false.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-in-statement.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-in-statement.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-in-statement.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-in-statement.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-in-statement.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-in-statement.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-loop-with-in-statement.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-loop-with-in-statement.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-loop-with-in-statement.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-loop-with-in-statement.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-loop-with-in-statement.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-loop-with-in-statement.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-of-statement.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-of-statement.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-of-statement.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-of-statement.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-of-statement.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-of-statement.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-statement.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-statement.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-statement.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-statement.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-statement.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
for-statement.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function-call-args.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function-call-args.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function-call-args.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function-call-args.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function-call-args.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function-call-args.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function-call.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function-call.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function-call.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function-call.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function-call.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function-call.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
function.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
generator-function.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
generator-function.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
generator-function.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
generator-function.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
generator-function.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
generator-function.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
identifier.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
identifier.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
identifier.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
identifier.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
identifier.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
identifier.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
if-else.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
if-else.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
if-else.diffA-B.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
if-else.diffB-A.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
if-else.parseA.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
if-else.parseB.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
if.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
if.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
if.diffA-B.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
if.diffB-A.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
if.parseA.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
if.parseB.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
import.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
import.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
import.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
import.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
import.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
import.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
math-assignment-operator.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
math-assignment-operator.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
math-assignment-operator.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
math-assignment-operator.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
math-assignment-operator.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
math-assignment-operator.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
math-operator.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
math-operator.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
math-operator.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
math-operator.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
math-operator.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
math-operator.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
member-access-assignment.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
member-access-assignment.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
member-access-assignment.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
member-access-assignment.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
member-access-assignment.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
member-access-assignment.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
member-access.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
member-access.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
member-access.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
member-access.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
member-access.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
member-access.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
method-call.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
method-call.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
method-call.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
method-call.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
method-call.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
method-call.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
named-function.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
named-function.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
named-function.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
named-function.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
named-function.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
named-function.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
nested-do-while-in-function.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
nested-do-while-in-function.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
nested-do-while-in-function.diffA-B.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
nested-do-while-in-function.diffB-A.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
nested-do-while-in-function.parseA.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
nested-do-while-in-function.parseB.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
nested-functions.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
nested-functions.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
nested-functions.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
nested-functions.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
nested-functions.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
nested-functions.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
null.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
null.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
null.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
null.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
null.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
null.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
number.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
number.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
number.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
number.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
number.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
number.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
object.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
object.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
object.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
object.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
object.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
object.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
objects-with-methods.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
objects-with-methods.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
objects-with-methods.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
objects-with-methods.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
objects-with-methods.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
objects-with-methods.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
regex.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
regex.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
regex.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
regex.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
regex.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
regex.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
relational-operator.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
relational-operator.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
relational-operator.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
relational-operator.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
relational-operator.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
relational-operator.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
return-statement.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
return-statement.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
return-statement.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
return-statement.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
return-statement.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
return-statement.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
string.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
string.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
string.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
string.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
string.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
string.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-assignment.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-assignment.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-assignment.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-assignment.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-assignment.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-assignment.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-string.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-string.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-string.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-string.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-string.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-string.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-variable.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-variable.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-variable.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-variable.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-variable.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
subscript-access-variable.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
switch-statement.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
switch-statement.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
switch-statement.diffA-B.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
switch-statement.diffB-A.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
switch-statement.parseA.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
switch-statement.parseB.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
template-string.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
template-string.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
template-string.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
template-string.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
template-string.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
template-string.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
ternary.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
ternary.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
ternary.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
ternary.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
ternary.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
ternary.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
this-expression.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
this-expression.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
this-expression.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
this-expression.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
this-expression.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
this-expression.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
throw-statement.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
throw-statement.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
throw-statement.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
throw-statement.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
throw-statement.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
throw-statement.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
true.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
true.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
true.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
true.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
true.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
true.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
try-statement.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
try-statement.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
try-statement.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
try-statement.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
try-statement.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
try-statement.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
type-operator.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
type-operator.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
type-operator.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
type-operator.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
type-operator.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
type-operator.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
undefined.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
undefined.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
undefined.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
undefined.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
undefined.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
undefined.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
var-declaration.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
var-declaration.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
var-declaration.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
var-declaration.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
var-declaration.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
var-declaration.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
variable.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
variable.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
variable.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
variable.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
variable.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
variable.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
variadic-function-declarations.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
void-operator.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
void-operator.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
void-operator.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
void-operator.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
void-operator.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
void-operator.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
while-statement.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
while-statement.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
while-statement.diffA-B.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
while-statement.diffB-A.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
while-statement.parseA.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
while-statement.parseB.txt Remove explicit Paren node from syntax trees. 2018-04-23 11:00:10 -04:00
yield.A.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
yield.B.js Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
yield.diffA-B.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
yield.diffB-A.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
yield.parseA.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00
yield.parseB.txt Move corpus tests into their own dir 2018-04-18 13:33:17 -07:00