0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 12:02:18 +02:00
Commit Graph

2 Commits

Author SHA1 Message Date
Jordan Rose
734c0e02a3 node: Move TypeScript source files into ts/ directory
This way, files that reference the non-compiled Native.js/.d.ts can
consistently refer to it as '../Native' without having to copy
anything around.
2021-11-08 16:40:50 -08:00
Jordan Rose
1d216bf3a1 node: Collapse Native.d.ts and NativeImpl.ts
...by making Native.js, which re-exports the loaded Neon module, whose
interface Native.d.ts already defined.
2021-11-08 16:40:50 -08:00