mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
fix: resolve TS errors without deprecated tsconfig options
Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -13,7 +13,7 @@ export class Context {
|
||||
* for tags like `{% capture %}` `{% assign %}` to operate
|
||||
*/
|
||||
private scopes: Scope[] = [createScope()]
|
||||
private registers = {}
|
||||
private registers: Record<string, any> = {}
|
||||
/**
|
||||
* user passed in scope
|
||||
* `{% increment %}`, `{% decrement %}` changes this scope,
|
||||
|
||||
Reference in New Issue
Block a user