1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/standalone
David Sherret 46b6037644
feat(compile): ability to embed local data files (#26934)
```
> 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.
2024-11-19 16:19:35 -05:00
..
binary.rs feat(compile): ability to embed local data files (#26934) 2024-11-19 16:19:35 -05:00
code_cache.rs perf(compile): code cache (#26528) 2024-11-18 20:09:28 +00:00
file_system.rs perf(compile): pass module source data from binary directly to v8 (#26494) 2024-10-24 19:48:48 +00:00
mod.rs perf(compile): code cache (#26528) 2024-11-18 20:09:28 +00:00
serialization.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
virtual_fs.rs feat(compile): ability to embed local data files (#26934) 2024-11-19 16:19:35 -05:00