@markuplint/parser-utils
Advanced tools
Comparing version 1.2.0 to 1.2.1
export interface N { | ||
type: 'text' | 'starttag' | 'endtag' | 'comment' | 'boguscomment'; | ||
raw: string; | ||
line: number; | ||
col: number; | ||
type: 'text' | 'starttag' | 'endtag' | 'comment' | 'boguscomment'; | ||
raw: string; | ||
line: number; | ||
col: number; | ||
} | ||
export default function tagSplitter(raw: string, line: number, col: number): N[]; |
{ | ||
"name": "@markuplint/parser-utils", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Utility module for markuplint parser plugin", | ||
@@ -19,9 +19,9 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"devDependencies": { | ||
"@markuplint/ml-ast": "^1.3.0", | ||
"@types/uuid": "^8.3.0" | ||
}, | ||
"dependencies": { | ||
"@markuplint/ml-ast": "^1.3.0", | ||
"uuid": "^8.3.2" | ||
}, | ||
"gitHead": "15e11fd74042d8b378387644d36cd882962a9ec8" | ||
"gitHead": "bc9703981245d1101cc8621bc85c056462b06cc7" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
167458
1
0
2
+ Added@markuplint/ml-ast@^1.3.0
+ Added@markuplint/ml-ast@1.6.0(transitive)
+ Addedtslib@2.8.1(transitive)