MylesBorins / node-osc

Open Sound Control protocol library for Node.js
GNU Lesser General Public License v3.0
435 stars 72 forks source link

Improve CJS code generation + generate tests #41

Closed MylesBorins closed 4 years ago

MylesBorins commented 4 years ago

Instead of generating a single bundle this will now maintain the file layout of the original ESM tree. Tests are also transpiled with rollup and then run separately.