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

@vscode/emmet-helper

Package Overview
Dependencies
Maintainers
17
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vscode/emmet-helper - npm Package Compare versions

Comparing version 2.8.2 to 2.8.3

6

lib/cjs/test/expand.test.js

@@ -128,4 +128,4 @@ "use strict";

// https://github.com/microsoft/vscode/issues/117648
// testExpandWithCompletion('css', 'gtc', 'grid-template-columns: repeat();');
// testExpandWithCompletion('sass', 'gtc', 'grid-template-columns: repeat()');
testExpandWithCompletion('css', 'gtc', 'grid-template-columns: repeat(${0});');
testExpandWithCompletion('sass', 'gtc', 'grid-template-columns: repeat(${0})');
// https://github.com/microsoft/vscode/issues/118363

@@ -161,2 +161,4 @@ testCountCompletions('jsx', '{test}', 0);

testExpandWithCompletion('html', '(span[onclick="hi;"]>span)*2', '<span onclick="hi;"><span>${1}</span></span><span onclick="hi;"><span>${0}</span></span>');
// https://github.com/microsoft/vscode/issues/137240
// testExpandWithCompletion('css', 'dn!important', 'display: none !important;');
// https://github.com/microsoft/vscode-emmet-helper/issues/37

@@ -163,0 +165,0 @@ testExpandWithCompletion('xsl', 'cp/', '<xsl:copy select="${0}"/>');

@@ -123,4 +123,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

// https://github.com/microsoft/vscode/issues/117648
// testExpandWithCompletion('css', 'gtc', 'grid-template-columns: repeat();');
// testExpandWithCompletion('sass', 'gtc', 'grid-template-columns: repeat()');
testExpandWithCompletion('css', 'gtc', 'grid-template-columns: repeat(${0});');
testExpandWithCompletion('sass', 'gtc', 'grid-template-columns: repeat(${0})');
// https://github.com/microsoft/vscode/issues/118363

@@ -156,2 +156,4 @@ testCountCompletions('jsx', '{test}', 0);

testExpandWithCompletion('html', '(span[onclick="hi;"]>span)*2', '<span onclick="hi;"><span>${1}</span></span><span onclick="hi;"><span>${0}</span></span>');
// https://github.com/microsoft/vscode/issues/137240
// testExpandWithCompletion('css', 'dn!important', 'display: none !important;');
// https://github.com/microsoft/vscode-emmet-helper/issues/37

@@ -158,0 +160,0 @@ testExpandWithCompletion('xsl', 'cp/', '<xsl:copy select="${0}"/>');

{
"name": "@vscode/emmet-helper",
"version": "2.8.2",
"version": "2.8.3",
"description": "Helper to use emmet modules in Visual Studio Code",

@@ -5,0 +5,0 @@ "main": "./lib/cjs/emmetHelper.js",

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