This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-18 11:11:30 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
99f4f0f280
swc
/
native
/
build.rs
6 lines
65 B
Rust
Raw
Normal View
History
Unescape
Escape
Migrate to napi (#1009)
2020-08-30 09:29:42 +03:00
extern
crate
napi_build
;
Move node-swc into the repository (#789) The commit will help - Better testing - Preventing regression like #785. - **Implementing spack** (It requires access to neon api because of the plugin system)
2020-05-22 14:36:39 +03:00
fn
main
(
)
{
Migrate to napi (#1009)
2020-08-30 09:29:42 +03:00
napi_build
::
setup
(
)
;
Move node-swc into the repository (#789) The commit will help - Better testing - Preventing regression like #785. - **Implementing spack** (It requires access to neon api because of the plugin system)
2020-05-22 14:36:39 +03:00
}
Reference in New Issue
Copy Permalink