Hey folks!
Thanks for the great template engine. However, I wonder if there's a reason, why LiquidErrors isn't exported as a type, but the other errors types are. I assume, it's just an oversight.
|
export { toValue, createTrie, Trie, toPromise, toValueSync, assert, LiquidError, ParseError, RenderError, UndefinedVariableError, TokenizationError, AssertionError } from './util' |
Hey folks!
Thanks for the great template engine. However, I wonder if there's a reason, why LiquidErrors isn't exported as a type, but the other errors types are. I assume, it's just an oversight.
liquidjs/src/index.ts
Line 4 in 350f95c