missing icon indicating copy to clipboard operation
missing copied to clipboard

build fails with latest deno

Open derari opened this issue 2 years ago • 2 comments

Running with the latest version

docker run --rm -ti -v .:/app denoland/deno:alpine sh
# cd /app
# deno task css
Task css deno run -qA tool/css.ts src/missing.css && deno run -qA tool/css.ts src/missing-prism.css
error: Top-level await promise never resolved
const compile = await bundleAsync({
                ^
    at <anonymous> (file:///app/tool/css.ts:15:17)

for comparison, using an older version

docker run --rm -ti -v .:/app denoland/deno:alpine-1.35.3 sh
# cd /app
# deno task css
Task css deno run -qA tool/css.ts src/missing.css && deno run -qA tool/css.ts src/missing-prism.css
#

derari avatar Dec 21 '23 17:12 derari

It's the same problem that #43 has.

Btw. you don't need to triangulate it. The library works with polygonal meshes.

zippy84 avatar Feb 20 '24 19:02 zippy84