chore(typescript): ship to TypeScript

This commit is contained in:
harttle
2019-02-14 22:33:45 +08:00
parent c8de8bcde2
commit c37b330751
64 changed files with 812 additions and 1621 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
import chai from 'chai'
import sinonChai from 'sinon-chai'
import sinon from 'sinon'
import { RenderError, RenderBreakError } from '../../../src/util/error.js'
import * as _ from '../../../src/util/underscore.js'
import * as chai from 'chai'
import * as sinonChai from 'sinon-chai'
import * as sinon from 'sinon'
import { RenderError, RenderBreakError } from '../../../src/util/error'
import * as _ from '../../../src/util/underscore'
const expect = chai.expect
chai.use(sinonChai)