Merge pull request #29 from jwetzell/esm-and-cjs

add support for bundling both esm and cjs versions
This commit is contained in:
2024-10-25 09:15:48 -05:00
committed by GitHub
9 changed files with 49 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const { deepEqual, throws } = require('assert');
const { describe, it } = require('node:test');
const osc = require('../dist/index');
const osc = require('../dist/cjs/index');
const goodTests = [
{