nebu
nebu copied to clipboard
Support for other languages
Nebu's internals won't need much work to support the ASTs of other languages.
I think SCSS would be a good start (we'll fork scss-parser).
We can add HTML support with https://github.com/andrejewski/himalaya
TypeScript support with https://www.npmjs.com/package/@typescript-eslint/typescript-estree
The parser should have TypeScript definitions for its AST nodes.
For HTML: https://github.com/taoqf/node-html-parser