unofficial-observablehq-compiler icon indicating copy to clipboard operation
unofficial-observablehq-compiler copied to clipboard

An unofficial compiler for Observable notebook syntax

Results 20 unofficial-observablehq-compiler issues
Sort by recently updated
recently updated
newest added

Fixes missing line breaks for constructor options, adds consistent list formatting. Note that GitHub's diffing seems to choke on the added code block indentation. Might wanna do a visual comparison...

The below .ojs markup works perfectly on observable, the parser library is able to parse it correctly as a block cell too, but in the new interpreter this fails. ~~~js...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.9.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

This is a WIP PR that changes the API based on #26. Wont merge until I add proper tests + documentation, but feel free to try it out and review!...

`Intepreter` => `Interpreter`

Re-hash of https://github.com/observablehq/runtime/issues/245 . Should be straightforward, just need to change out `main.import(...)` into `main.variable(observer(name)).import(....)` in the Compiler/Interpreter. not 100% sure if it'll be `name` or `alias` though, will need...

Bumps [acorn](https://github.com/acornjs/acorn) from 7.0.0 to 7.4.1. Commits 88c2669 Mark version 7.4.1 9c9142a Fix potentially-exponential regular expression in use-strict-scanning 54efb62 Mark version 7.4.0 856b720 Remove link to plugin that's part of...

dependencies

when defining a cell, the value of 'this' is set as window, while for the compiled output of the same code it will be undefined by default.

The PR at #29 is already quite lengthy, so thought I would break out this idea into in a separate issue for a future release. ## 1) Make the `export...