Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/theme-language-server-common

Package Overview
Dependencies
Maintainers
25
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/theme-language-server-common - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

11

CHANGELOG.md
# @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 @@

1

dist/completions/params/LiquidCompletionParams.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc