1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/extensions/url
Luca Casonato 10e50a1207
core: don't include_str extension js code (#10786)
This speeds up incremental rebuild when only touching JS files by 13-15%

Rebuild time after `touch 01_broadcast_channel.js`:

main: run 1 49.18s, run 2 50.34s
this: run 1 43.12s, run 2 43.19s
2021-05-29 16:20:52 +02:00
..
benches core: don't include_str extension js code (#10786) 2021-05-29 16:20:52 +02:00
00_url.js feat(cli): upgrade to TypeScript 4.3 (#9960) 2021-05-28 09:33:11 +10:00
Cargo.toml tooling: re-enable bench_util (#10674) 2021-05-19 19:41:23 +02:00
internal.d.ts Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00
lib.deno_url.d.ts Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00
lib.rs cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530) 2021-05-08 14:37:42 +02:00
README.md Rename crate_ops to extensions (#10431) 2021-04-30 15:51:48 -04:00

deno_url

This crate implements the URL API for Deno.

Spec: https://url.spec.whatwg.org/