Skip to content

Commit

Permalink
feat(cli): --ext parameter for run, compile, and bundle (#17172)
Browse files Browse the repository at this point in the history
Adds `--ext` to `deno run`, closes #5088

Additionally

- Adds `--ext` to `deno compile` and `deno bundle`
  • Loading branch information
Cre3per authored Mar 22, 2023
1 parent 50b793c commit fd0658f
Show file tree
Hide file tree
Showing 27 changed files with 390 additions and 128 deletions.
1 change: 1 addition & 0 deletions .dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"cli/tsc/dts/lib.es*.d.ts",
"cli/tsc/dts/typescript.d.ts",
"cli/tests/node_compat/test",
"cli/tests/testdata/file_extensions/ts_with_js_extension.js",
"cli/tests/testdata/fmt/badly_formatted.json",
"cli/tests/testdata/fmt/badly_formatted.md",
"cli/tests/testdata/byte_order_mark.ts",
Expand Down
Loading

0 comments on commit fd0658f

Please sign in to comment.