Conflicts:
	package.json
	test/tests-jsx.js
This commit is contained in:
Sebastian McKenzie 2015-01-12 09:59:21 +11:00
commit bde6ef2e0c
2 changed files with 2371 additions and 11161 deletions

View File

@ -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);

File diff suppressed because it is too large Load Diff