observablehq / parser

The Observable parser.
ISC License
176 stars 27 forks source link

Support modes with data #202

Closed sydneypalumbo closed 2 years ago

sydneypalumbo commented 2 years ago
sydneypalumbo commented 2 years ago

synced with @duaneatat and I'm going to work on an alternate approach where the parser still knows nothing other than tag and raw but parses the tag provided to it to find references and features (db clients, etc) and determine if the cell is async 👍

mbostock commented 2 years ago

In other words, where tag is a JavaScript expression rather than being limited to an identifier? Sounds good! 👍

sydneypalumbo commented 2 years ago

closing this in favor of #203 👍