summaryrefslogtreecommitdiff
path: root/tests/specs/compile/include_data_files/non_existent.out
AgeCommit message (Collapse)Author
2024-11-19feat(compile): ability to embed local data files (#26934)David Sherret
``` > deno compile --allow-read=. --include data-file.txt main.js ``` This only applies to files on the filesystem. For remote modules, that's going to have to wait for `import ... from "./data.txt" with { "type": "bytes" }` or whatever it will be.