mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 14:30:38 -07:00
fix(#108): remove absolute path in emitted d.ts
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
import * as Benchmark from 'benchmark'
|
||||
import Liquid from 'src/liquid'
|
||||
import TagToken from 'src/parser/tag-token'
|
||||
import Scope from 'src/scope/scope'
|
||||
import Liquid from '../src/liquid'
|
||||
import TagToken from '../src/parser/tag-token'
|
||||
import Scope from '../src/scope/scope'
|
||||
|
||||
const engine = new Liquid({
|
||||
root: __dirname,
|
||||
|
||||
Reference in New Issue
Block a user