mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 21:24:48 +00:00
chore: split web op crate (#9635)
This commit starts splitting out the deno_web op crate into multiple smaller crates. This commit splits out WebIDL and URL API, but in the future I want to split out each spec into its own crate. That means we will have (in rough order of loading): `webidl`, `dom`, `streams`, `console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and `webgpu` crates.
This commit is contained in:
parent
2f9d7c02dc
commit
e83ff62ccb
37 changed files with 785 additions and 1256 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
// @ts-check
|
||||
/// <reference path="../../core/lib.deno_core.d.ts" />
|
||||
/// <reference path="../webidl/internal.d.ts" />
|
||||
/// <reference path="../web/internal.d.ts" />
|
||||
/// <reference path="../web/lib.deno_web.d.ts" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue