@markuplint/ml-core
Advanced tools
Comparing version 4.0.0-alpha.6 to 4.0.0-alpha.7
@@ -15,2 +15,9 @@ import type { MLDocument } from './document.js'; | ||
readonly closeTag: MLToken | null; | ||
/** | ||
* Element type | ||
* | ||
* - `html`: From native HTML Standard | ||
* - `web-component`: As the Web Component according to HTML Standard | ||
* - `authored`: Authored element (JSX Element etc.) through the view framework or the template engine. | ||
*/ | ||
readonly elementType: ElementType; | ||
@@ -1785,3 +1792,3 @@ readonly endSpace: MLToken | null; | ||
*/ | ||
pretending(pretenders: readonly Pretender[]): void; | ||
pretending(pretenders?: readonly Pretender[]): void; | ||
/** | ||
@@ -1788,0 +1795,0 @@ * **IT THROWS AN ERROR WHEN CALLING THIS.** |
{ | ||
"name": "@markuplint/ml-core", | ||
"version": "4.0.0-alpha.6", | ||
"version": "4.0.0-alpha.7", | ||
"description": "The core module of markuplint", | ||
@@ -31,17 +31,17 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/config-presets": "4.0.0-alpha.6", | ||
"@markuplint/html-parser": "4.0.0-alpha.6", | ||
"@markuplint/html-spec": "4.0.0-alpha.6", | ||
"@markuplint/i18n": "4.0.0-alpha.6", | ||
"@markuplint/ml-ast": "4.0.0-alpha.6", | ||
"@markuplint/ml-config": "4.0.0-alpha.6", | ||
"@markuplint/ml-spec": "4.0.0-alpha.6", | ||
"@markuplint/parser-utils": "4.0.0-alpha.6", | ||
"@markuplint/selector": "4.0.0-alpha.6", | ||
"@markuplint/config-presets": "4.0.0-alpha.7", | ||
"@markuplint/html-parser": "4.0.0-alpha.7", | ||
"@markuplint/html-spec": "4.0.0-alpha.7", | ||
"@markuplint/i18n": "4.0.0-alpha.7", | ||
"@markuplint/ml-ast": "4.0.0-alpha.7", | ||
"@markuplint/ml-config": "4.0.0-alpha.7", | ||
"@markuplint/ml-spec": "4.0.0-alpha.7", | ||
"@markuplint/parser-utils": "4.0.0-alpha.7", | ||
"@markuplint/selector": "4.0.0-alpha.7", | ||
"@types/debug": "^4.1.12", | ||
"debug": "^4.3.4", | ||
"is-plain-object": "^5.0.0", | ||
"type-fest": "^4.8.2" | ||
"type-fest": "^4.9.0" | ||
}, | ||
"gitHead": "06e1242d274c72cf08a10a572b06ac35d1b924a4" | ||
"gitHead": "571129bf6498541125e1e7c3907d5ed9af53459a" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
415154
12861
+ Added@markuplint/config-presets@4.0.0-alpha.7(transitive)
+ Added@markuplint/html-parser@4.0.0-alpha.7(transitive)
+ Added@markuplint/html-spec@4.0.0-alpha.7(transitive)
+ Added@markuplint/i18n@4.0.0-alpha.7(transitive)
+ Added@markuplint/ml-ast@4.0.0-alpha.7(transitive)
+ Added@markuplint/ml-config@4.0.0-alpha.7(transitive)
+ Added@markuplint/ml-spec@4.0.0-alpha.7(transitive)
+ Added@markuplint/parser-utils@4.0.0-alpha.7(transitive)
+ Added@markuplint/selector@4.0.0-alpha.7(transitive)
+ Added@markuplint/shared@4.0.0-alpha.7(transitive)
+ Added@markuplint/types@4.0.0-alpha.7(transitive)
+ Addedtype-fest@4.30.0(transitive)
- Removed@markuplint/config-presets@4.0.0-alpha.6(transitive)
- Removed@markuplint/html-parser@4.0.0-alpha.6(transitive)
- Removed@markuplint/html-spec@4.0.0-alpha.6(transitive)
- Removed@markuplint/i18n@4.0.0-alpha.6(transitive)
- Removed@markuplint/ml-ast@4.0.0-alpha.6(transitive)
- Removed@markuplint/ml-config@4.0.0-alpha.6(transitive)
- Removed@markuplint/ml-spec@4.0.0-alpha.6(transitive)
- Removed@markuplint/parser-utils@4.0.0-alpha.6(transitive)
- Removed@markuplint/selector@4.0.0-alpha.6(transitive)
- Removed@markuplint/shared@4.0.0-alpha.6(transitive)
- Removed@markuplint/types@4.0.0-alpha.6(transitive)
- Removedtype-fest@4.30.1(transitive)
Updatedtype-fest@^4.9.0