use namespaces instead of modules in the codebase

This commit is contained in:
Mohamed Hegazy
2015-06-12 09:01:48 -07:00
parent 2cd2a4acc6
commit 224e7630ea
44 changed files with 46 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
/// <reference path="sys.ts" />
/// <reference path="emitter.ts" />
module ts {
namespace ts {
/* @internal */ export let programTime = 0;
/* @internal */ export let emitTime = 0;
/* @internal */ export let ioReadTime = 0;