mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
dynamic/static embeds
This commit is contained in:
parent
e5c9aeb7fe
commit
cb56c80555
22 changed files with 9068 additions and 665 deletions
|
|
@ -10,25 +10,8 @@ path = "src/bundle_script.rs"
|
|||
name = "script"
|
||||
|
||||
[dependencies]
|
||||
demostf-build-derive = {version = "0.1", path = "./derive"}
|
||||
demostf-build-bundlers = {version = "0.1", path = "./bundlers"}
|
||||
rand = "0.8.5"
|
||||
tracing-subscriber = "0.3.16"
|
||||
lightningcss = { version = "1.0.0-alpha.40", features = ["browserslist", "visitor"] }
|
||||
base64 = "0.21.0"
|
||||
urlencoding = "2.1.2"
|
||||
const-fnv1a-hash = "1.1.0"
|
||||
swc = "0.259.6"
|
||||
swc_common = { version = "0.30.5", features = ["tty-emitter", "concurrent"], path = "../../../rust/swc/crates/swc_common" }
|
||||
#swc_bundler = "0.212.5"
|
||||
swc_bundler = { version = "0.212.5", path = "../../../rust/swc/crates/swc_bundler" }
|
||||
#swc_ecma_loader = "0.42.5"
|
||||
swc_ecma_loader = { version = "0.42.5", path = "../../../rust/swc/crates/swc_ecma_loader", features = ["node", "cache"] }
|
||||
swc_ecma_ast = { version = "0.102.5", path = "../../../rust/swc/crates/swc_ecma_ast" }
|
||||
swc_atoms = { version = "0.4.43", path = "../../../rust/swc/crates/swc_atoms" }
|
||||
swc_ecma_parser = { version = "0.132.6", features = ["typescript"], path = "../../../rust/swc/crates/swc_ecma_parser" }
|
||||
swc_ecma_codegen = { version = "0.137.6", path = "../../../rust/swc/crates/swc_ecma_codegen" }
|
||||
swc_ecma_transforms_base = { version = "0.125.1", path = "../../../rust/swc/crates/swc_ecma_transforms_base" }
|
||||
swc_ecma_transforms_typescript = { version = "0.175.4", path = "../../../rust/swc/crates/swc_ecma_transforms_typescript" }
|
||||
swc_ecma_visit = { version = "0.88.5", path = "../../../rust/swc/crates/swc_ecma_visit" }
|
||||
anyhow = "1.0.70"
|
||||
#jsx-dom-expressions = { version = "0.1", git = "https://github.com/icewind1991/swc-plugin-jsx-dom-expressions" }
|
||||
jsx-dom-expressions = { version = "0.1", path = "../../../rust/swc-plugin-jsx-dom-expressions" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue