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
C:\bundleTest>deno run --allow-write bundleTest.js
error: Uncaught (in promise) ReferenceError: FileHandler is not defined
file: new FileHandler("DEBUG", {
^
at myCLI (file:///C:/bundleTest/bundleTest.js:807:23)
at file:///C:/bundleTest/bundleTest.js:825:5
lucacasonato
added
cli
related to cli/ dir
swc
related to swc (bundling/transpiling)
upstream
Changes in upstream are required to solve these issues
bug
Something isn't working correctly
and removed
upstream
Changes in upstream are required to solve these issues
labels
Nov 26, 2020
kdy1
added a commit
to kdy1/swc
that referenced
this issue
Nov 27, 2020
When using deno log (https://deno.land/[email protected]/log) FileHandler, deno bundler produces code without FileHandler declaration.
How to reproduce
Source code
saving it as
bundleTest.ts
Working scenario - without deno bundle
Failure - deno bundle
Deno version
Dependency info
The text was updated successfully, but these errors were encountered: