mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 06:50:47 -07:00
fix(#108): remove absolute path in emitted d.ts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { isNil, isString } from 'src/util/underscore'
|
||||
import { isDrop } from 'src/drop/idrop'
|
||||
import { EmptyDrop } from 'src/drop/empty-drop'
|
||||
import { isNil, isString } from '../util/underscore'
|
||||
import { isDrop } from '../drop/idrop'
|
||||
import { EmptyDrop } from '../drop/empty-drop'
|
||||
|
||||
export class BlankDrop extends EmptyDrop {
|
||||
equals (value: any) {
|
||||
|
||||
Reference in New Issue
Block a user