0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/node
Jordan Rose 8af0ab17f2 Remove public constructors for *Message types
The parameters for these constructors cannot be chosen correctly in
isolation; messages always need to be created as part of a session.

The Node APIs have been renamed with leading underscores rather than
removed because we *did* have tests that explicitly constructed
messages just to test that they faithfully preserve information. In
this case the parameters are plausible values but not used for
anything.
2021-05-07 18:17:46 -07:00
..
test Remove public constructors for *Message types 2021-05-07 18:17:46 -07:00
.eslintignore Switch from TSLint to ESLint, which now supports TypeScript 2020-11-11 11:06:05 -08:00
.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
Errors.ts Bridge: add support for strongly-typed Node errors 2021-04-07 10:23:43 -07:00
index.ts Remove public constructors for *Message types 2021-05-07 18:17:46 -07:00
Native.d.ts Bridge: add support for strongly-typed Node errors 2021-04-07 10:23:43 -07:00
tsconfig.json Node: generate source maps for testing 2021-02-19 09:58:54 -08:00