@emmetio/extract-abbreviation
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -280,2 +280,3 @@ 'use strict'; | ||
const stream = new StreamReader(line); | ||
stream.pos = pos; | ||
const stack = []; | ||
@@ -282,0 +283,0 @@ |
@@ -278,2 +278,3 @@ /** | ||
const stream = new StreamReader(line); | ||
stream.pos = pos; | ||
const stack = []; | ||
@@ -280,0 +281,0 @@ |
{ | ||
"name": "@emmetio/extract-abbreviation", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Extracts Emmet abbreviation from string", | ||
@@ -5,0 +5,0 @@ "main": "dist/extract-abbreviation.cjs.js", |
18469
605