test/parser/miscellaneous/commonjs.ts:12:    { code: 'using foo = null', options: { sourceType: 'commonjs', next: true } },
test/parser/miscellaneous/pass.ts:1291:            'Async/await and promises should be interleaved when using async generators.');
test/parser/miscellaneous/pass.ts:1620:      // Local introducing local variable using eval.
test/parser/miscellaneous/pass.ts:1660:      // using eval.
test/parser/miscellaneous/pass.ts:11280:            'Async/await and promises should be interleaved when using async generators.');
test/parser/miscellaneous/onToken.ts:8:  it('tokenize braces using array', () => {
test/parser/miscellaneous/onToken.ts:23:  it('tokenize braces using array with ranges', () => {
test/parser/miscellaneous/onToken.ts:45:  it('tokenize braces using array with ranges and loc', () => {
test/parser/miscellaneous/onToken.ts:76:  it('tokenize boolean using function', () => {
---
21:exports[`Statements - Return > Commonjs (fail) > using foo = null 1`] = `
23:> 1 | using foo = null
---
test/parser/declarations:
__snapshots__
async-function.ts
async-generator.ts
class.ts
const.ts
functions.ts
let.ts
var.ts

test/parser/lexical:
__snapshots__
annexb.ts
arrow.ts
async-arrow.ts
block.ts
class.ts
for.ts
function.ts
if.ts
lexical.ts
object.ts
switch.ts
try.ts

test/parser/next:
__snapshots__
decorators.ts
hashbang.ts
import-meta.ts
nullCoalescing.ts
numeric_separators.ts

test/parser/statements:
__snapshots__
block.ts
break.ts
continue.ts
do-while.ts
empty.ts
for-await-of.ts
for-in.ts
for-of.ts
for.ts
if.ts
labeled.ts
return.ts
static-block.ts
switch.ts
throw.ts
try.ts
while.ts
with.ts
