mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
test(es): Enable execution tests for fixed issues (#6805)
This commit is contained in:
parent
0bc0a0d274
commit
e7ea054c63
2
crates/swc/tests/exec/issues-6xxx/6762/.1/exec.js
Normal file
2
crates/swc/tests/exec/issues-6xxx/6762/.1/exec.js
Normal file
@ -0,0 +1,2 @@
|
||||
const Global = globalThis.Global;
|
||||
const value = Global?.property.method?.()
|
@ -0,0 +1,2 @@
|
||||
const Global = globalThis.Global;
|
||||
const value = Global?.property.method?.()
|
Loading…
Reference in New Issue
Block a user