Skip to content

Fix bundle command syntax in documentation#3059

Open
nicholasq wants to merge 1 commit intodenoland:mainfrom
nicholasq:patch-1
Open

Fix bundle command syntax in documentation#3059
nicholasq wants to merge 1 commit intodenoland:mainfrom
nicholasq:patch-1

Conversation

@nicholasq
Copy link
Copy Markdown

I believe the current deno docs are incorrect for the first code block under Basic usage

It shows:

deno bundle main.ts output.js

Which does not work for me on deno 2.7.5. I believe the above is missing the -o output flag. It should be something like this:

deno bundle -o output.js main.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant