There was an error while loading. Please reload this page.
1 parent 5ebbc49 commit ccd67e5Copy full SHA for ccd67e5
2 files changed
packages/wasm/README.md
@@ -57,4 +57,5 @@ From packages/wasm dir:
57
pnpm test # Run all tests
58
pnpm ava test/test-liquid-html.js # Run a specific test file
59
make bench # Run perf benchmarks
60
+node scripts/parseLiquid.js '/Users/pdubroy/dev/third_party/Shopify/dawn/**/*.liquid'
61
```
packages/wasm/scripts/parseLiquid.js
@@ -5,7 +5,7 @@
5
https://github.com/Shopify/theme-tools/tree/main/packages/prettier-plugin-liquid
6
*/
7
// Sample usage:
8
-// node scripts/themeParse.js '/Users/pdubroy/dev/third_party/Shopify/dawn/**/*.liquid'
+// node scripts/parseLiquid.js '/Users/pdubroy/dev/third_party/Shopify/dawn/**/*.liquid'
9
10
/* eslint-disable no-console */
11
import fg from 'fast-glob';
0 commit comments