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

@@ -3,7 +3,7 @@
/// <reference path="core.ts"/>
/// <reference path="scanner.ts"/>
module ts {
namespace ts {
/* @internal */
export var optionDeclarations: CommandLineOption[] = [
{