@astrojs/parser
Advanced tools
Comparing version 0.15.0 to 0.15.4
# @astrojs/parser | ||
## 0.15.4 | ||
### Patch Changes | ||
- 6a660f1: Adds low-level custom element support that renderers can use to enable server side rendering. This will be used in renderers such as a Lit renderer. | ||
## 0.15.0 | ||
@@ -4,0 +10,0 @@ |
export * from './interfaces'; | ||
export * from './parse/utils/features'; | ||
export { default as parse } from './parse/index.js'; |
@@ -89,2 +89,5 @@ import type { SourceMap } from 'magic-string'; | ||
module: Script; | ||
meta: { | ||
features: number; | ||
}; | ||
} | ||
@@ -91,0 +94,0 @@ export interface Warning { |
@@ -18,2 +18,3 @@ import { TemplateNode, Ast, ParserOptions, Fragment, Style, Script } from '../interfaces.js'; | ||
last_auto_closed_tag?: LastAutoClosedTag; | ||
feature_flags: 0; | ||
constructor(template: string, options: ParserOptions); | ||
@@ -20,0 +21,0 @@ current(): TemplateNode; |
{ | ||
"name": "@astrojs/parser", | ||
"version": "0.15.0", | ||
"version": "0.15.4", | ||
"author": "Skypack", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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 too big to display
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 too big to display
Sorry, the diff of this file is too big to display
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
4103483
67
80426