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
+4 -4
View File
@@ -1,7 +1,7 @@
import { RenderError } from 'src/util/error'
import assert from 'src/util/assert'
import Scope from 'src/scope/scope'
import ITemplate from 'src/template/itemplate'
import { RenderError } from '../util/error'
import assert from '../util/assert'
import Scope from '../scope/scope'
import ITemplate from '../template/itemplate'
export default class Render {
async renderTemplates (templates: ITemplate[], scope: Scope) {