deno bundle <source_file> [out_file]
Bundle module and dependencies into single file
Arguments
Name | Description |
---|
source_file | filepaths |
out_file | filepaths |
Options
Name | Description |
---|
--import-map [import-map] | Load import map file |
-c, --config [config] | Specify the configuration file |
--no-check [no-check...] | Skip type-checking modules |
--check [check...] | Type-check modules |
-r, --reload [reload...] | Reload source code cache (recompile TypeScript) |
--lock [lock] | Check the specified lock file |
--cert [cert] | Load certificate authority from PEM encoded file |
-L, --log-level [log-level] | Set log level |
--no-remote | Do not resolve remote modules |
--no-config | Disable automatic loading of the configuration file |
--lock-write | Write lock file (use with --lock) |
--watch | Watch for file changes and restart automatically |
--no-clear-screen | Do not clear terminal screen when under watch mode |
-h, --help | Print help information |
--unstable | Enable unstable features and APIs |
-q, --quiet | Suppress diagnostic output |