Skip to content

Commit 7c4fece

Browse files
authored
feat: add BREAK and SKIP symbols for walker (#66)
closes #56
1 parent 6c6a36e commit 7c4fece

File tree

3 files changed

+524
-16
lines changed

3 files changed

+524
-16
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export { parse_selector } from './parse-selector'
66
export { parse_atrule_prelude } from './parse-atrule-prelude'
77
export { parse_value } from './parse-value'
88
export { tokenize } from './tokenize'
9-
export { walk, traverse } from './walk'
9+
export { walk, traverse, SKIP, BREAK } from './walk'
1010

1111
// Advanced/class-based API
1212
export { type ParserOptions } from './parse'

0 commit comments

Comments
 (0)