Shopify / prettier-plugin-liquid

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

Support Typescript Module Declaration #97

Closed albchu closed 1 year ago

albchu commented 2 years ago

Describe the bug Receiving a type declaration error when I use this package in a typescript component. It would be sweet if we could add "typing" to the package file to avoid this.

image

Currently jankily suppressing this with

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import liquidPlugin from '@shopify/prettier-plugin-liquid/standalone';

Additional context Using "version": "0.3.1" to build prettier formatting into the code editor.

charlespwd commented 1 year ago

Fixed in https://github.com/Shopify/prettier-plugin-liquid/commit/1af0619948b5f1fceee0652f303a7a4a793a225c