Open tatemz opened 3 years ago
Maybe this is not an error specific to https://deno.land/std@0.109.0/uuid/mod.ts. 🤷 I'll keep debugging.
Possibly related to #411
I'm also seeing this error when trying to import date-fns
and react-qr-svg
.
Not sure what the deno.js file isn't respected? I have this deno.js file:
{
"compilerOptions": {
"target": "esnext",
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns", "deno.unstable"]
}
}
@tatemz please try to update the default (es2015) build target to es2018 or higher since the esbuild can't transform the async generator expression, i will improve the error outputting
The following
ssr
definition fails when building an aleph applicationThe following error log is output.