@lwc/ssr-compiler
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ import { type traverse } from 'estree-toolkit'; | ||
import type { ClassDeclaration, Identifier, MemberExpression, MethodDefinition, Node, ObjectExpression, PropertyDefinition } from 'estree'; | ||
export type Visitors = Parameters<typeof traverse<Node, ComponentMetaState>>[1]; | ||
export type Visitors = Parameters<typeof traverse<Node, ComponentMetaState, never>>[1]; | ||
export interface WireAdapter { | ||
@@ -31,4 +31,2 @@ adapterId: Identifier | MemberExpression; | ||
lwcClassName: string | null; | ||
/** ties local variable names to explicitly-imported HTML templates */ | ||
tmplExplicitImports: Map<string, string> | null; | ||
/** ties local variable names to explicitly-imported CSS files */ | ||
@@ -35,0 +33,0 @@ cssExplicitImports: Map<string, string> | null; |
@@ -8,3 +8,3 @@ import { traverse } from 'estree-toolkit'; | ||
} | ||
export type Visitors = Parameters<typeof traverse<Node, TransmogrificationState>>[1]; | ||
export type Visitors = Parameters<typeof traverse<Node, TransmogrificationState, never>>[1]; | ||
/** | ||
@@ -11,0 +11,0 @@ * Transforms async-generator code into either the async or synchronous alternatives that are |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/ssr-compiler", | ||
"version": "8.17.0", | ||
"version": "8.18.0", | ||
"description": "Compile component for use during server-side rendering", | ||
@@ -52,9 +52,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/types": "7.26.10", | ||
"@lwc/errors": "8.17.0", | ||
"@lwc/shared": "8.17.0", | ||
"@lwc/template-compiler": "8.17.0", | ||
"@babel/types": "7.27.0", | ||
"@lwc/errors": "8.18.0", | ||
"@lwc/shared": "8.18.0", | ||
"@lwc/template-compiler": "8.18.0", | ||
"acorn": "8.14.1", | ||
"astring": "^1.9.0", | ||
"estree-toolkit": "^1.7.8", | ||
"estree-toolkit": "^1.7.12", | ||
"immer": "^10.1.1", | ||
@@ -64,5 +64,5 @@ "meriyah": "^5.0.0" | ||
"devDependencies": { | ||
"@lwc/babel-plugin-component": "8.17.0", | ||
"@types/estree": "^1.0.6" | ||
"@lwc/babel-plugin-component": "8.18.0", | ||
"@types/estree": "^1.0.7" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
10
11.11%94
1.08%254189
-0.98%44
-2.22%5368
-1.25%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated