1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-24 08:09:08 -05:00
denoland-deno/cli/tools
Ryan Dahl f7c298e297
Remove denort optimization (#10350)
denort is an optimization to "deno compile" to produce slightly smaller
output. It's a decent idea, but causes a lot of negative side-effects:

- Deno's link time is a source of constant agony both locally and in CI,
  denort doubles link time.
- The release process is a long and arduous undertaking with many manual
  steps. denort necessitates an additional manual zip + upload from M1
  apple computers.
- The "deno compile" interface is complicated with the "--lite" option.
  This is confusing for uses ("why wouldn't you want lite?").

The benefits of this feature do not outweigh the negatives. We must find
a different approach to optimizing "deno compile" output.
2021-04-26 13:28:38 -04:00
..
coverage.rs upgrade: Rust 1.51.0 (#9895) 2021-03-25 19:17:37 +01:00
doc.rs chore: upgrade crates (#9632) 2021-03-02 13:39:56 +01:00
fmt.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
installer.rs fix: do not panic on not found cwd (#10238) 2021-04-21 17:52:00 +02:00
lint.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
mod.rs feat(cli/doc): use type definitions "deno doc" if available (#8459) 2021-02-25 16:24:05 +01:00
repl.rs fix(repl): filter out symbol candidates (#9555) 2021-02-21 16:58:31 +01:00
standalone.rs Remove denort optimization (#10350) 2021-04-26 13:28:38 -04:00
test_runner.rs upgrade: Rust 1.51.0 (#9895) 2021-03-25 19:17:37 +01:00
upgrade.rs feat(cli/upgrade): add download progress (#10343) 2021-04-24 13:37:43 -04:00