Conflicts: package.json test/tests-jsx.js
This commit is contained in:
commit
bde6ef2e0c
2
acorn.js
2
acorn.js
@ -851,7 +851,7 @@
|
||||
size = input.charCodeAt(tokPos + 2) === 61 ? 3 : 2;
|
||||
return finishOp(_relational, size);
|
||||
}
|
||||
if (next === 47) {
|
||||
if (code === 60 && next === 47) {
|
||||
// '</', beginning of JSX closing element
|
||||
size = 2;
|
||||
return finishOp(_ltSlash, size);
|
||||
|
||||
13530
test/tests-jsx.js
13530
test/tests-jsx.js
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user