这是开发预览网站。请访问正式文档 lynxjs.org

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

TasmCSSDiagnostic interface

A CSS diagnostic emitted by TASM during template encode.

Signature:

export interface TasmCSSDiagnostic 

Properties

Property

Modifiers

Type

Description

column

number

The generated CSS column reported by TASM.

line

number

The generated CSS line reported by TASM.

name?

string | undefined

(Optional) The unsupported CSS syntax name, when TASM reports one.

type?

string | undefined

(Optional) The diagnostic category, such as property.