John Haugeland

Results 253 comments of John Haugeland

I think this should actually be handled with the es6 `empty` token (what most people call "array holes.") There's absolutely no sensible place where they should be produced from a...

Array holes can, also, be detected if you really want to, but don't turn up unless you really fight for it, meaning the principle of least surprise is satisfied without...

I got a thousand errors from a thousand paths through rollup, at least 995 of them my own fault, and I don't know enough to tell them apart. However I...

Sorry for the stupid question `no-worker` implies that the worker is being packaged in, and that there's no ancillary load, rather than that the facility offered is removed, yes?

You're very generous with your time 😁 TYVM

uhuhuhuhuhuhu so. this now builds and runs correctly in the browser, but attempting to load the commonjs version causes node to respond as if a successful load had happened, then...

You can see it [here](https://github.com/StoneCypher/jssm-viz/pull/new/AttemptingVizJs2Again) if you're curious. Load the `html` in `./docs/` to see it work correctly in le browseur in `iife` cd to `./build` and attempt to load...

oh wait, i think it's trying to append to a `document` that doesn't exist, and for some reason that failure is invisible

hm, no. okay. sanity check: is this actually expected to work in node?

oh wow, i'm sorry, i didn't realize this was still open i solved it around two months later, after trying to switch to a fork then coming back users of...