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

@@ -4,7 +4,7 @@
/// <reference path="protocol.d.ts" />
/// <reference path="editorServices.ts" />
module ts.server {
namespace ts.server {
var spaceCache:string[] = [];
interface StackTraceError extends Error {