keywords are magical

This commit is contained in:
Chris Wanstrath 2025-11-25 16:36:38 -08:00
parent 4b57728072
commit 4d718ef12b

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
`)
})