diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-03-02 13:39:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-02 13:39:56 +0100 |
| commit | faf2e802724be9d493dad232759b76e7253feab0 (patch) | |
| tree | 50be81b16f237ef7d366ba29f816906488a5bb88 /cli/tests/bundle/fixture01.out | |
| parent | badc88b78a623d66ae86157d44a438c14dd7616a (diff) | |
chore: upgrade crates (#9632)
Diffstat (limited to 'cli/tests/bundle/fixture01.out')
| -rw-r--r-- | cli/tests/bundle/fixture01.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/bundle/fixture01.out b/cli/tests/bundle/fixture01.out index c6d2bd6d7..a825140b7 100644 --- a/cli/tests/bundle/fixture01.out +++ b/cli/tests/bundle/fixture01.out @@ -1,7 +1,7 @@ +const a = "a"; const mod = function() { - const a = "a"; return { - a + a: a }; }(); console.log(mod); |
