lazy-js-bundle 0.6.2

A codegen library to bundle TypeScript into JavaScript without requiring a bundler to be installed
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "lazy-js-bundle"
version = { workspace = true }
edition = "2021"
authors = ["Jonathan Kelley"]
description = "A codegen library to bundle TypeScript into JavaScript without requiring a bundler to be installed"
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"
homepage = "https://dioxuslabs.com"
documentation = "https://docs.rs/dioxus"
keywords = ["ts", "codegen", "typescript", "javascript", "wasm"]