ota-meshi / toml-eslint-parser

A TOML parser that produces output compatible with ESLint

Home Page:https://ota-meshi.github.io/toml-eslint-parser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parser and AST as a separated library?

anatawa12 opened this issue · comments

I want a library that implements AST for TOML for node.js. this eslint plugin looks to have that mechanism but is not a simple library. Could you publish it as a separate library?

Sorry, i found the AST tree doesn't have full information about TOML file like whitespace so this is not what i want.