Skip to content

Commit

Permalink
test(es): Enable execution tests for fixed issues (#6805)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 13, 2023
1 parent 0bc0a0d commit e7ea054
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/swc/tests/exec/issues-6xxx/6762/.1/exec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const Global = globalThis.Global;
const value = Global?.property.method?.()
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const Global = globalThis.Global;
const value = Global?.property.method?.()

0 comments on commit e7ea054

Please sign in to comment.