@platformos/prettier-plugin-liquid 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -730,8 +730,8 @@ export declare function prev(node: AugmentedNode<WithParent>): ({
|
|
|
730
730
|
position: import("@platformos/liquid-html-parser").Position;
|
|
731
731
|
source: string;
|
|
732
732
|
} & WithParent) | ({
|
|
733
|
-
keyword: import("
|
|
734
|
-
value: import("
|
|
733
|
+
keyword: import("@platformos/liquid-html-parser/dist/stage-1-cst").ConcreteLiquidLiteral["keyword"];
|
|
734
|
+
value: import("@platformos/liquid-html-parser/dist/stage-1-cst").ConcreteLiquidLiteral["value"];
|
|
735
735
|
type: import("@platformos/liquid-html-parser").NodeTypes.LiquidLiteral;
|
|
736
736
|
position: import("@platformos/liquid-html-parser").Position;
|
|
737
737
|
source: string;
|
|
@@ -1680,8 +1680,8 @@ export declare function next(node: AugmentedNode<WithParent>): ({
|
|
|
1680
1680
|
position: import("@platformos/liquid-html-parser").Position;
|
|
1681
1681
|
source: string;
|
|
1682
1682
|
} & WithParent) | ({
|
|
1683
|
-
keyword: import("
|
|
1684
|
-
value: import("
|
|
1683
|
+
keyword: import("@platformos/liquid-html-parser/dist/stage-1-cst").ConcreteLiquidLiteral["keyword"];
|
|
1684
|
+
value: import("@platformos/liquid-html-parser/dist/stage-1-cst").ConcreteLiquidLiteral["value"];
|
|
1685
1685
|
type: import("@platformos/liquid-html-parser").NodeTypes.LiquidLiteral;
|
|
1686
1686
|
position: import("@platformos/liquid-html-parser").Position;
|
|
1687
1687
|
source: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@platformos/prettier-plugin-liquid",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "Prettier Liquid/HTML plugin for platformOS",
|
|
5
5
|
"author": "platformOS",
|
|
6
6
|
"homepage": "https://github.com/Platform-OS/platformos-tools/tree/master/packages/prettier-plugin-liquid#readme",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"tsconfig-paths": "^3.14.1"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@platformos/liquid-html-parser": "^0.0.
|
|
62
|
+
"@platformos/liquid-html-parser": "^0.0.6",
|
|
63
63
|
"html-styles": "^1.0.0"
|
|
64
64
|
}
|
|
65
65
|
}
|