mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 22:10:41 -07:00
fix(#108): remove absolute path in emitted d.ts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { evalExp } from 'src/render/syntax'
|
||||
import { evalExp } from '../render/syntax'
|
||||
import Filter from './filter/filter'
|
||||
import Scope from 'src/scope/scope'
|
||||
import Scope from '../scope/scope'
|
||||
|
||||
enum ParseState {
|
||||
INIT = 0,
|
||||
|
||||
Reference in New Issue
Block a user