[oden] Load typescript kinda

This commit is contained in:
John Doty 2023-06-24 14:21:47 -07:00
parent cc21e8c406
commit 3968aabdb1
10 changed files with 1284 additions and 31 deletions

View file

@ -13,5 +13,11 @@ image = { version = "0.24", default-features = false, features = ["png"] }
log = "0.4"
oden-js = { path = "oden-js" }
pollster = "0.3"
swc_common = "0.31.16"
swc_ecma_codegen = "0.141.10"
swc_ecma_parser = "0.136.7"
swc_ecma_transforms_base = "0.129.13"
swc_ecma_transforms_typescript = "0.179.18"
swc_ecma_visit = "0.92.5"
wgpu = "0.16"
winit = "0.28"