@shopify/theme-language-server-common
Advanced tools
Comparing version 1.7.0 to 1.7.1
# @shopify/theme-language-server-common | ||
## 1.7.1 | ||
### Patch Changes | ||
- Updated dependencies [636895f] | ||
- Updated dependencies [636895f] | ||
- Updated dependencies [aeb9b3f] | ||
- Updated dependencies [636895f] | ||
- @shopify/theme-check-common@1.22.0 | ||
- @shopify/liquid-html-parser@2.0.0 | ||
## 1.7.0 | ||
@@ -4,0 +15,0 @@ |
@@ -143,3 +143,2 @@ "use strict"; | ||
case liquid_html_parser_1.NodeTypes.HtmlVoidElement: | ||
case liquid_html_parser_1.NodeTypes.HtmlDanglingMarkerOpen: | ||
case liquid_html_parser_1.NodeTypes.HtmlDanglingMarkerClose: | ||
@@ -146,0 +145,0 @@ case liquid_html_parser_1.NodeTypes.HtmlSelfClosingElement: |
import { AttrEmpty, LiquidHtmlNode, NamedTags, NodeTypes, TextNode } from '@shopify/liquid-html-parser'; | ||
import { LiquidHtmlNodeOfType as NodeOfType } from '@shopify/theme-check-common'; | ||
export type HtmlElementTypes = (typeof HtmlElementTypes)[number]; | ||
export declare const HtmlElementTypes: readonly [NodeTypes.HtmlElement, NodeTypes.HtmlDanglingMarkerOpen, NodeTypes.HtmlDanglingMarkerClose, NodeTypes.HtmlSelfClosingElement, NodeTypes.HtmlVoidElement, NodeTypes.HtmlRawNode]; | ||
export declare const HtmlElementTypes: readonly [NodeTypes.HtmlElement, NodeTypes.HtmlDanglingMarkerClose, NodeTypes.HtmlSelfClosingElement, NodeTypes.HtmlVoidElement, NodeTypes.HtmlRawNode]; | ||
export type NamedHtmlElementNode = NodeOfType<HtmlElementTypes>; | ||
@@ -6,0 +6,0 @@ export type HtmlAttributeTypes = (typeof HtmlAttributeTypes)[number]; |
@@ -7,3 +7,2 @@ "use strict"; | ||
liquid_html_parser_1.NodeTypes.HtmlElement, | ||
liquid_html_parser_1.NodeTypes.HtmlDanglingMarkerOpen, | ||
liquid_html_parser_1.NodeTypes.HtmlDanglingMarkerClose, | ||
@@ -10,0 +9,0 @@ liquid_html_parser_1.NodeTypes.HtmlSelfClosingElement, |
{ | ||
"name": "@shopify/theme-language-server-common", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"main": "dist/index.js", | ||
@@ -25,4 +25,4 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@shopify/liquid-html-parser": "^1.1.1", | ||
"@shopify/theme-check-common": "1.21.0", | ||
"@shopify/liquid-html-parser": "^2.0.0", | ||
"@shopify/theme-check-common": "1.22.0", | ||
"@vscode/web-custom-data": "^0.4.6", | ||
@@ -29,0 +29,0 @@ "vscode-languageserver": "^8.0.2", |
@@ -194,3 +194,2 @@ import { | ||
case NodeTypes.HtmlVoidElement: | ||
case NodeTypes.HtmlDanglingMarkerOpen: | ||
case NodeTypes.HtmlDanglingMarkerClose: | ||
@@ -197,0 +196,0 @@ case NodeTypes.HtmlSelfClosingElement: |
@@ -13,3 +13,2 @@ import { | ||
NodeTypes.HtmlElement, | ||
NodeTypes.HtmlDanglingMarkerOpen, | ||
NodeTypes.HtmlDanglingMarkerClose, | ||
@@ -16,0 +15,0 @@ NodeTypes.HtmlSelfClosingElement, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
781353
13612
+ Added@shopify/liquid-html-parser@2.0.02.1.1(transitive)
+ Added@shopify/theme-check-common@1.22.0(transitive)
+ Addedohm-js@16.6.0(transitive)
- Removed@shopify/theme-check-common@1.21.0(transitive)