A macro that generates Rust bindings to JavaScript or TypeScript functions and classes, with compile time checks. For use with Dioxus. No need to use eval directly anymore! Works across all platforms (Web, Desktop, Mobile, and liveview) — no wasm-bindgen required.
Stars
38
Forks
2
Watchers
38
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #11 from Skippeh/parse-typescript-from-sourcemap
f82eeb5View on GitHubClean up and add token mapping back to declarations for sourcemapped generation
0c580a1View on GitHubCleanup: replace 'std::fs' with 'fs' and remove unused import
50e7847View on GitHubRefactor sourcemap parsing and creation to its own function
92f41afView on GitHubParse scripts from sourcemap 'scriptContents' instead of from source file
d37766eView on GitHubRefactor parse_script_file, split into two functions, parse_script takes file_path and file_contents
2610bb4View on GitHubInitial implementation of parsing types from sourcemap if available when ts source file is not specified
3e97b67View on GitHub