Skip to content

Commit 07ad133

Browse files
committed
chore: merge lexer into tokenizer file
1 parent 3e29383 commit 07ad133

File tree

10 files changed

+598
-601
lines changed

10 files changed

+598
-601
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export { type ParserOptions } from './parse'
1414

1515
// Types
1616
export { CSSNode, type CSSNodeType, TYPE_NAMES, type CloneOptions, type PlainCSSNode } from './css-node'
17-
export type { LexerPosition } from './lexer'
17+
export type { LexerPosition } from './tokenize'
1818

1919
export {
2020
ATTR_OPERATOR_NONE,

0 commit comments

Comments
 (0)