This website requires JavaScript.
Explore
Help
Sign In
nodejs
/
hookshot
Watch
1
Star
0
Fork
0
You've already forked hookshot
mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced
2025-03-10 21:19:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
hookshot
/
build.rs
5 lines
54 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Lots of changes
2021-11-21 12:34:56 +00:00
fn
main
(
)
{
Support napi v2 (#111) * Export a sensible user agent * Completely rewrite rust portions to be napi v2 compatible * Format rust files * Only lint TS files when running lint-node * Don't include autogenerated typings in the tree * changelog * Autofix generated rust dependencies due to a bug in napi@2 * Fix for multiple runs * Fix format_util file name * Make script generic * lint
2022-01-02 01:54:57 +00:00
use
napi_build
::
setup
;
setup
(
)
;
Lint
2021-11-22 11:15:47 +00:00
}
Reference in New Issue
Copy Permalink