Make tokenizer independent of parser (with regards to '/' disambiguation)
Issue #189
This commit is contained in:
@@ -26687,6 +26687,8 @@ test("a.in / b", {
|
||||
]
|
||||
});
|
||||
|
||||
test("return {}\n/foo/", {}, {allowReturnOutsideFunction: true});
|
||||
|
||||
test("{}/=/", {
|
||||
type: "Program",
|
||||
body: [
|
||||
|
||||
Reference in New Issue
Block a user