这是开发预览网站。请访问正式文档 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.