nebu icon indicating copy to clipboard operation
nebu copied to clipboard

Support for other languages

Open aleclarson opened this issue 7 years ago • 3 comments

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).

aleclarson avatar Jun 16 '18 23:06 aleclarson

We can add HTML support with https://github.com/andrejewski/himalaya

aleclarson avatar Jul 01 '18 17:07 aleclarson

TypeScript support with https://www.npmjs.com/package/@typescript-eslint/typescript-estree

aleclarson avatar Apr 10 '21 03:04 aleclarson

The parser should have TypeScript definitions for its AST nodes.

For HTML: https://github.com/taoqf/node-html-parser

aleclarson avatar Apr 18 '21 20:04 aleclarson