Shopify / prettier-plugin-liquid

Prettier Liquid/HTML plugin
https://npm.im/@shopify/prettier-plugin-liquid
MIT License
93 stars 15 forks source link

Remove the fs dependency in the TS build. #147

Closed charlespwd closed 1 year ago

charlespwd commented 1 year ago

This should allow users who import dist/parser/stage-2-ast to not make their compiler freak out.

Before:

After:

The advantage now is that there's no fs dependency in the TS build.