deno/test_util
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
..
src Remove denort optimization (#10350) 2021-04-26 13:28:38 -04:00
std@8467929052 chore: update deno_file to use deno_webidl (#10042) 2021-04-08 01:23:26 +02:00
wpt@50b30cfba0 tests: enable idlharness wpt (#10371) 2021-04-26 13:02:49 +02:00
Cargo.toml chore: update deps (#10058) 2021-04-08 18:46:14 +02:00