You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run deno bundle bundling.ts out.js, i got an error output:
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/swc_bundler-0.17.5/src/bundler/chunk/merge.rs:127:18
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
change last line to console.log(foo.Foo, bar) in bundling.ts can fix it.
when I run
deno bundle bundling.ts out.js
, i got an error output:change last line to
console.log(foo.Foo, bar)
inbundling.ts
can fix it.deno nightly 2020.12.05 (release, x86_64-apple-darwin)
The text was updated successfully, but these errors were encountered: