Add import/export parsing, module registry, bytecode opcodes, host integration, and <script type="module"> HTML pipeline support. Includes three rounds of code review with 21 remaining action items tracked in the story file for follow-up. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
341 B
TOML
18 lines
341 B
TOML
[package]
|
|
name = "web_api"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
dom = { path = "../dom" }
|
|
html = { path = "../html" }
|
|
js = { path = "../js" }
|
|
net = { path = "../net" }
|
|
selectors = { path = "../selectors" }
|
|
js_parser = { path = "../js_parser" }
|
|
shared = { path = "../shared" }
|
|
tracing.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|