Skip to content

Commit 02571e2

Browse files
authored
chore: merge lexer into tokenizer file (#83)
Lexer wasn't part of public API: vite config and package.json didn't mention it, only tokenizer.
1 parent 3e29383 commit 02571e2

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)