feat(core): introduce a CSS lexer/parser
This commit is contained in:
committed by
Alex Eagle
parent
201475e8d8
commit
b72bab49aa
@@ -153,7 +153,6 @@ export const $BAR = 124;
|
||||
export const $RBRACE = 125;
|
||||
const $NBSP = 160;
|
||||
|
||||
|
||||
export class ScannerError extends BaseException {
|
||||
constructor(public message) { super(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user