diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-01-11 15:32:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-11 15:32:34 +0100 |
| commit | d676b6c63ada85801673f0e691f8ba11e44e347a (patch) | |
| tree | 02067230de7802bfe166139a88324dda596c6dc1 /cli/tests/bundle/fixture10.out | |
| parent | 2b75a1155906613df16bad9d1eb84f3dc0ba571b (diff) | |
upgrade: swc_bundler 0.19.2 (#9085)
Diffstat (limited to 'cli/tests/bundle/fixture10.out')
| -rw-r--r-- | cli/tests/bundle/fixture10.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/bundle/fixture10.out b/cli/tests/bundle/fixture10.out index 5491e5e7f..209c19612 100644 --- a/cli/tests/bundle/fixture10.out +++ b/cli/tests/bundle/fixture10.out @@ -1,5 +1,5 @@ -const a = "a"; const o = { }; +const a = "a"; const { a: a1 = a } = o; console.log(a1); |
