Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build fails with latest deno #39

Open
derari opened this issue Dec 21, 2023 · 1 comment
Open

build fails with latest deno #39

derari opened this issue Dec 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@derari
Copy link

derari commented Dec 21, 2023

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
#
@dz4k
Copy link
Collaborator

dz4k commented Jan 26, 2024

Looks like a Deno-side bug unfortunately: denoland/deno#20814

@dz4k dz4k added the bug Something isn't working label Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants