Skip to content

Commit

Permalink
fix: expose TokenKind
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvague authored and harttle committed Mar 21, 2021
1 parent 1acace5 commit dbc23e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Expand Up @@ -14,6 +14,7 @@ export { TagImplOptions } from './template/tag/tag-impl-options'
export { TagImpl } from './template/tag/tag-impl'
export { ParseStream } from './parser/parse-stream'
export { Token } from './tokens/token'
export { TokenKind } from './parser/token-kind'
export { TopLevelToken } from './tokens/toplevel-token'
export { Tokenizer } from './parser/tokenizer'
export { Hash } from './template/tag/hash'
Expand Down

0 comments on commit dbc23e8

Please sign in to comment.