fix(#108): remove absolute path in emitted d.ts

This commit is contained in:
harttle
2019-02-26 00:43:30 +08:00
parent 75b3e15ca9
commit 53a835ab54
103 changed files with 275 additions and 343 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { isString, forOwn } from 'src/util/underscore'
import fs from 'src/fs'
import { isString, forOwn } from '../../src/util/underscore'
import fs from '../../src/fs/node'
type fileDescriptor = { mode: string, content: string }
+1 -1
View File
@@ -1,4 +1,4 @@
import Liquid from 'src/liquid'
import Liquid from '../../src/liquid'
import { expect } from 'chai'
const liquid = new Liquid()