For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /api/template-webpack-plugin.resolvedtasmcssdiagnostic.md.
This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/template-webpack-plugin > ResolvedTasmCSSDiagnostic

ResolvedTasmCSSDiagnostic interface

A TASM CSS diagnostic with a formatted message and optional source map location.

Signature:

export interface ResolvedTasmCSSDiagnostic extends TasmCSSDiagnostic 

Extends: TasmCSSDiagnostic

Properties

Property

Modifiers

Type

Description

message

string

The warning message suitable for webpack diagnostics.

sourceColumn?

number | undefined

(Optional) The original source column resolved from the CSS source map.

sourceFile?

string | undefined

(Optional) The original source file resolved from the CSS source map.

sourceLine?

number | undefined

(Optional) The original source line resolved from the CSS source map.