asg017 / unofficial-observablehq-compiler

An unofficial compiler for Observable notebook syntax
https://www.npmjs.com/package/@alex.garcia/unofficial-observablehq-compiler
112 stars 23 forks source link

fix(index.html,README): async changes / fix(compiler): only resolve imports once / refactor(compiler): split out parsing #14

Closed bryangingechen closed 4 years ago

bryangingechen commented 4 years ago

Here are a few preparatory changes I made while working on the upcoming ES module PR (I hope to push that either later today or tomorrow). In hindsight, this could probably be three separate PRs, sorry!

bryangingechen commented 4 years ago

Not sure what's going on with the github actions build...

bryangingechen commented 4 years ago

~In hindsight, 6c1e0ed doesn't make much sense. I'll force push with something better shortly.~ done

bryangingechen commented 4 years ago

Closing in favor of #15 (I was hoping that doing this in different PRs would make it easier to review, but I found a bug in 6e140ee, which I fixed in 87dd806).