Parser 2.0 (Major Delezer) #52

Merged
defunkt merged 35 commits from parser2 into main 2025-12-08 16:35:34 +00:00
Showing only changes of commit a836591854 - Show all commits

View File

@ -155,7 +155,8 @@ describe('try/catch/finally/throw', () => {
expect('throw error-object').toMatchTree(`
Throw
keyword throw
Identifier error-object
FunctionCallOrIdentifier
Identifier error-object
`)
})