diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-04-23 13:37:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 13:37:09 +0200 |
commit | 0cef6aca86af713692537703604ad89377e445e3 (patch) | |
tree | ad44e12f1c067210c455597d713aab90999ac87f /cli/tests | |
parent | 8a416a5ba22bb8b9e6d9eb48e78a167fdea6d64c (diff) |
chore: update dependencies (#10325)
This updates swc_* crates to latest, and various other deps.
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/bundle/fixture02.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/bundle/fixture02.out b/cli/tests/bundle/fixture02.out index b3544182b..5c502e2f0 100644 --- a/cli/tests/bundle/fixture02.out +++ b/cli/tests/bundle/fixture02.out @@ -3,8 +3,8 @@ class C { } const mod = function() { return { - c: c, - default: C + default: C, + c: c }; }(); const b = "b"; |