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

Bug: deno task erroring on brace expansion #24500

Open
marvinhagemeister opened this issue Jul 10, 2024 · 2 comments
Open

Bug: deno task erroring on brace expansion #24500

marvinhagemeister opened this issue Jul 10, 2024 · 2 comments
Labels
bug Something isn't working correctly node compat task runner related to deno task

Comments

@marvinhagemeister
Copy link
Contributor

Steps to reproduce

  1. Clone https://github.com/sass/node-sass
  2. Run npm i
  3. Run DENO_FUTURE=1 deno task test

Error:

$ DENO_FUTURE=1 deno task test
Task test mocha test/{*,**/**}.js
error: Error parsing script 'test'.

Caused by:
    Unexpected character.
      {*,**/**}.js

Version: Deno 1.44.4

@marvinhagemeister marvinhagemeister added bug Something isn't working correctly node compat task runner related to deno task labels Jul 10, 2024
@dsherret dsherret changed the title Bug: deno task erroring on glob syntax Bug: deno task erroring on brace expansion Jul 10, 2024
@dsherret
Copy link
Member

dsherret commented Jul 10, 2024

Related issue: denoland/deno_task_shell#91

deno task doesn't support brace expansion at the moment.

@uncenter
Copy link

Globs lacking brace expansion support also affects include and exclude for deno.json I think. Might be worth documenting this for now, deno appears to run fine (no configuration errors/warnings) but not understand the pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly node compat task runner related to deno task
Projects
None yet
Development

No branches or pull requests

3 participants