chore(TypeScript): fix linting and generate .d.ts

This commit is contained in:
harttle
2019-02-17 18:20:04 +08:00
parent 7ee87008c7
commit fc9ebdb90f
79 changed files with 809 additions and 820 deletions
-2
View File
@@ -1,7 +1,5 @@
import { stringify, create } from 'src/util/underscore'
import { RenderBreakError, RenderError } from 'src/util/error'
import assert from 'src/util/assert'
import Scope from 'src/scope/scope'
export default class Render {
async renderTemplates (templates, scope) {