Merge pull request #1381 from jbondc/master

Missing reference for getModuleInstanceState()
This commit is contained in:
Mohamed Hegazy 2014-12-06 07:17:34 -08:00
commit 85d30c8558

View File

@ -2,6 +2,7 @@
/// <reference path="core.ts"/>
/// <reference path="scanner.ts"/>
/// <reference path="parser.ts"/>
/// <reference path="binder.ts"/>
module ts {
interface EmitTextWriter {