23 Commits

Author SHA1 Message Date
23a8c6aba1 Fix tslint errors 2015-07-29 16:42:09 +03:00
a824a38dff Add the __decorate function
Removing __extends function generation by setting the
noEmitHelpers flag we removed the __decorate as well.
While the __extends exists in the runtimes, __decorate
is an EcmaScript-related functionality, hence its place
is in the modules.
2015-07-29 15:49:26 +03:00
973fbb9ea9 Fetch tests fixed 2015-07-28 09:32:25 +03:00
4589bc6565 Make moduleMerge the first function (other requires use it). 2015-07-27 19:40:07 +03:00
1439313e7b Make moduleMerge a global function - this saves a total of 83 requires upon application loading. 2015-07-27 13:04:48 +03:00
78781b971d fetch exposed in global context 2015-07-20 15:51:43 +03:00
e2f464e1d2 FormData support added 2015-07-20 14:42:29 +03:00
d3c987f827 XMLHttpRequest separated from http module 2015-07-20 10:58:29 +03:00
078434460d code fixed 2015-07-07 11:34:32 +03:00
a5aebe3344 Decorators added and Deprecated decorator implemented 2015-07-07 11:32:32 +03:00
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
9dd3ba70c5 Added "External Ambient Module Declarations" for most modules.
Now they are required by module name e.g require("file-system") instead of by file name.
2014-05-21 12:23:19 +03:00
599bc7c10e timer tests and snippets added 2014-05-16 16:16:29 +03:00
ed7ea974bf Added the waitUntilReady in TKUnit. Updated the location_tests to use the new functionality. 2014-05-14 14:20:16 +03:00
ceff7bb368 renamed folders with lower cases and renamed user preferences to local settings 2014-05-13 17:59:30 +03:00
d1652ad831 readme updated 2014-05-12 14:25:03 +03:00
c9ca0d997b console moved from application to globals 2014-05-12 14:21:15 +03:00
db1681a88e timer moved in separate module 2014-05-10 16:34:23 +03:00
fbdb0e5523 clearTimeout, setInterval, clearInterval for iOS 2014-05-10 16:23:27 +03:00
c3abc01b65 readme updated 2014-05-10 15:51:32 +03:00
e493711328 setTimeout improved and clearTimeout, setInterval, clearInterval implemented for Android 2014-05-10 15:49:15 +03:00
d270ee82a0 readme updated 2014-05-10 13:19:04 +03:00
2d701fb5a4 globals module added with setTimeout implementation for both iOS and Android 2014-05-10 13:15:50 +03:00