0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/node
Jordan Rose cca278480e Node: Rust handle arguments should always be wrapped in JS objects
This will be necessary for async, which needs to keep the boxed Rust
values alive. (Node N-API only allows keeping JS objects alive; boxed
values don't count on their own.)
2021-02-19 12:16:30 -08:00
..
scripts Tweak copy_repo script 2021-01-28 18:23:21 -05:00
test Have fns names match Swift's camalCase names 2021-02-19 08:42:35 -05:00
.eslintignore
.eslintrc.js Switch ESLint configuration to more closely match Signal-Desktop 2020-11-11 11:06:05 -08:00
build_node_bridge.py build_node_bridge.py: fix debug build 2021-02-19 09:58:54 -08:00
index.ts Node: Rust handle arguments should always be wrapped in JS objects 2021-02-19 12:16:30 -08:00
libsignal_client.d.ts Node: Rust handle arguments should always be wrapped in JS objects 2021-02-19 12:16:30 -08:00
tsconfig.json Node: generate source maps for testing 2021-02-19 09:58:54 -08:00