gibber-cc/tidal.pegjs

Getting `npm install tidal.pegjs` to work

Opened this issue · 0 comments

Current issues seem to be:

  1. When you npm install tidal.pegjs, there is no ./dist/tidal.js because pegjs tidal.pegjs has not been run.
  2. If you manually ensure tidal.js exists and do import {Pattern} from 'tidal.pegjs' you get 'Pattern' is not exported by node_modules/tidal.pegjs/src/pattern.js.
  3. If you do import * as Tidal from "tidal.pegjs" you get Uncaught ReferenceError: util is not defined.