feat(core): introduce a CSS lexer/parser

This commit is contained in:
Matias Niemelä
2016-02-02 10:37:08 +02:00
committed by Alex Eagle
parent 201475e8d8
commit b72bab49aa
9 changed files with 2839 additions and 1 deletions

View File

@ -153,7 +153,6 @@ export const $BAR = 124;
export const $RBRACE = 125;
const $NBSP = 160;
export class ScannerError extends BaseException {
constructor(public message) { super(); }