@lwc/ssr-compiler
Advanced tools
Comparing version 8.12.3 to 8.12.4
@@ -1,5 +0,5 @@ | ||
import type { IfStatement as EsIfStatement } from 'estree'; | ||
import type { ExpressionStatement as EsExpressionStatement } from 'estree'; | ||
import type { TransformerContext } from './types'; | ||
export declare const isLastConcatenatedNode: (cxt: TransformerContext) => boolean; | ||
export declare const bYieldTextContent: () => EsIfStatement; | ||
export declare function generateConcatenatedTextNodesExpressions(cxt: TransformerContext): EsExpressionStatement[]; | ||
//# sourceMappingURL=adjacent-text-nodes.d.ts.map |
@@ -9,4 +9,4 @@ import type { Node as IrNode } from '@lwc/template-compiler'; | ||
templateOptions: TemplateOpts; | ||
prevSibling?: IrNode; | ||
nextSibling?: IrNode; | ||
siblings: IrNode[] | undefined; | ||
currentNodeIndex: number | undefined; | ||
isSlotted?: boolean; | ||
@@ -13,0 +13,0 @@ import: (imports: string | string[] | Record<string, string | undefined>, source?: string) => void; |
@@ -5,3 +5,3 @@ # LWC core license | ||
Copyright (c) 2024, Salesforce, Inc. | ||
Copyright (c) 2025, Salesforce, Inc. | ||
All rights reserved. | ||
@@ -8,0 +8,0 @@ |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/ssr-compiler", | ||
"version": "8.12.3", | ||
"version": "8.12.4", | ||
"description": "Compile component for use during server-side rendering", | ||
@@ -53,5 +53,5 @@ "keywords": [ | ||
"@babel/types": "7.26.3", | ||
"@lwc/shared": "8.12.3", | ||
"@lwc/errors": "8.12.3", | ||
"@lwc/template-compiler": "8.12.3", | ||
"@lwc/shared": "8.12.4", | ||
"@lwc/errors": "8.12.4", | ||
"@lwc/template-compiler": "8.12.4", | ||
"acorn": "8.14.0", | ||
@@ -64,5 +64,5 @@ "astring": "^1.9.0", | ||
"devDependencies": { | ||
"@lwc/babel-plugin-component": "8.12.3", | ||
"@lwc/babel-plugin-component": "8.12.4", | ||
"@types/estree": "^1.0.6" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
230080
4857
+ Added@lwc/errors@8.12.4(transitive)
+ Added@lwc/shared@8.12.4(transitive)
+ Added@lwc/template-compiler@8.12.4(transitive)
- Removed@lwc/errors@8.12.3(transitive)
- Removed@lwc/shared@8.12.3(transitive)
- Removed@lwc/template-compiler@8.12.3(transitive)
Updated@lwc/errors@8.12.4
Updated@lwc/shared@8.12.4