UNPKG

@eslint/css-tree

Version:

A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations

13 lines (10 loc) 198 B
'use strict'; const startingStyle = { parse: { prelude: null, block(nested = false) { return this.Block(nested); } } }; module.exports = startingStyle;