Added merge_module function. Added text module (currently having encoding only). Updated the FileSystem File object with readText, writeText methods (removed the FileReader, FileWriter classes).

This commit is contained in:
atanasovg
2014-04-29 11:52:45 +03:00
parent bf9b564bf5
commit 162dbe56c9
14 changed files with 189 additions and 134 deletions

View File

@@ -4,7 +4,7 @@ import http = require("http/http_request");
// merge request
declare var exports;
exports.request = http.request;
require("Utils/module_merge").merge(http, exports);
/**
* Gets string from url.