Skip to content

Commit

Permalink
Add a test for denoland/deno#9055
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 21, 2021
1 parent 633d0ef commit bbe40ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bundler/tests/fixture/deno-9055/input/entry.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const x = {
n: 123,
t: 'text',
int: '==INT=='
}

const { n, t, int } = x

console.log(n, t, int)

0 comments on commit bbe40ec

Please sign in to comment.