@a-la/markers
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -49,11 +49,11 @@ const { makeMarkers, makeCutRule, makePasteRule } = require('restream'); | ||
cutInlineComments, | ||
cutStrings, | ||
cutRegexGroups, | ||
cutRegexes, | ||
cutLiterals, | ||
cutStrings, | ||
...rules, | ||
pasteStrings, | ||
pasteLiterals, | ||
pasteRegexes, | ||
pasteRegexGroups, | ||
pasteStrings, | ||
pasteInlineComments, | ||
@@ -60,0 +60,0 @@ pasteComments, |
## 1 September 2018 | ||
### 1.0.2 | ||
- [fix] Ensure correct order to match strings before regexes. | ||
- [test] Install `snapshot-context`. | ||
### 1.0.1 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "@a-la/markers", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A set of service markers used by alamode, e.g., to cut and paste comments.", | ||
@@ -43,2 +43,3 @@ "main": "build", | ||
"eslint-config-artdeco": "1.0.1", | ||
"snapshot-context": "2.0.4", | ||
"yarn-s": "1.1.0", | ||
@@ -45,0 +46,0 @@ "zoroaster": "2.4.0" |
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
11566
7