denoland / deno

A modern runtime for JavaScript and TypeScript.
https://deno.com
MIT License
93.84k stars 5.22k forks source link

Bug: `deno task` erroring on brace expansion #24500

Open marvinhagemeister opened 1 month ago

marvinhagemeister commented 1 month ago

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

dsherret commented 1 month ago

Related issue: https://github.com/denoland/deno_task_shell/issues/91

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