mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 06:20:38 -07:00
refactor: Tag class support in registerTag()
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Drop } from './drop'
|
||||
import { Comparable } from './comparable'
|
||||
import { isObject, isString, isArray, toValue } from '../util/underscore'
|
||||
import { isObject, isString, isArray, toValue } from '../util'
|
||||
|
||||
export class EmptyDrop extends Drop implements Comparable {
|
||||
public equals (value: any) {
|
||||
|
||||
Reference in New Issue
Block a user