diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-01-26 17:00:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-26 17:00:40 +0100 |
| commit | 40fc5f55ea582755d221a3445a2f5f388845bc23 (patch) | |
| tree | bb9a8110ba797cb802a08643343c423abcd0b75c /cli/tests/bundle/fixture02.out | |
| parent | eb30c6f510ba49fbabcd0121fde5159605eddd77 (diff) | |
chore: update crates (#9251)
Updates SWC, dprint, deno_lint, deno_doc, serde, and Tokio (to 1.1.0).
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/tests/bundle/fixture02.out')
| -rw-r--r-- | cli/tests/bundle/fixture02.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/bundle/fixture02.out b/cli/tests/bundle/fixture02.out index b14fc143b..f831aac2e 100644 --- a/cli/tests/bundle/fixture02.out +++ b/cli/tests/bundle/fixture02.out @@ -2,9 +2,9 @@ const b = "b"; console.log(b); const mod = function() { const c = "c"; + const c1 = c; class C { } - const c1 = c; const __default = C; const __default1 = C; return { |
