mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 22:40:48 -07:00
fix(#108): remove absolute path in emitted d.ts
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Token from './token'
|
||||
import { last } from 'src/util/underscore'
|
||||
import { last } from '../util/underscore'
|
||||
|
||||
export default class DelimitedToken extends Token {
|
||||
trimLeft: boolean
|
||||
|
||||
Reference in New Issue
Block a user