feat: upgrade version

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-01-08 09:48:37 +08:00
parent 64111732fb
commit 0102b172f3
18 changed files with 102 additions and 17 deletions

View File

@ -0,0 +1,5 @@
import * as ts from 'typescript'
let scan = ts.createScanner(ts.ScriptTarget.ES5, true, ts.LanguageVariant.Standard)
scan.setText('let a = 1')
scan.tryScan(() => { })