chore: upgrade API doc to latest typedoc, fixes #593

This commit is contained in:
Harttle
2023-03-20 00:41:06 +08:00
committed by Jun Yang
parent c6cde9cd10
commit da93102c1c
40 changed files with 3870 additions and 7145 deletions
+2 -1
View File
@@ -11,5 +11,6 @@ export { Token, TopLevelToken, TagToken, ValueToken } from './tokens'
export { TokenKind, Tokenizer, ParseStream } from './parser'
export { filters } from './filters'
export * from './tags'
export { defaultOptions } from './liquid-options'
export { defaultOptions, LiquidOptions } from './liquid-options'
export { FS } from './fs'
export { Liquid } from './liquid'