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:
Luca Casonato 2021-03-12 16:17:18 +01:00 committed by GitHub
parent 2f9d7c02dc
commit e83ff62ccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 785 additions and 1256 deletions

View file

@ -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" />