Comparing version 1.2.0 to 1.3.0
@@ -0,1 +1,8 @@ | ||
v1.3.0 | ||
====== | ||
2016-07-15T13:37:43Z | ||
Add `Promise..delay`. | ||
v1.2.0 | ||
@@ -2,0 +9,0 @@ ====== |
{ | ||
"name": "fus-ext", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "FutureScript Extension", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -75,2 +75,6 @@ "use strict";Object.defineProperty(exports, "__esModule", { | ||
var _promiseStatic = require("./promise-static"); | ||
var fePromiseStatic = _interopRequireWildcard(_promiseStatic); | ||
var ok_573300145710716007 = function ok_573300145710716007(a) { | ||
@@ -988,2 +992,3 @@ return a !== undefined && a !== null; | ||
exports.feUint8ArrayStatic = feUint8ArrayStatic; | ||
exports.fePromiseStatic = fePromiseStatic; | ||
exports.dotDot_573300145710716007 = dotDot_573300145710716007 = function (x) { | ||
@@ -1009,17 +1014,21 @@ return (function () { | ||
})() : (function () { | ||
return typeof x === "number" ? (function () { | ||
return feNumber; | ||
return x === Promise ? (function () { | ||
return fePromiseStatic; | ||
})() : (function () { | ||
return typeof x === "string" ? (function () { | ||
return feString; | ||
return typeof x === "number" ? (function () { | ||
return feNumber; | ||
})() : (function () { | ||
return x instanceof Array ? (function () { | ||
return feArray; | ||
return typeof x === "string" ? (function () { | ||
return feString; | ||
})() : (function () { | ||
return x instanceof Date ? (function () { | ||
return feDate; | ||
return x instanceof Array ? (function () { | ||
return feArray; | ||
})() : (function () { | ||
return x instanceof Uint8Array ? (function () { | ||
return feUint8Array; | ||
})() : undefined; | ||
return x instanceof Date ? (function () { | ||
return feDate; | ||
})() : (function () { | ||
return x instanceof Uint8Array ? (function () { | ||
return feUint8Array; | ||
})() : undefined; | ||
})(); | ||
})(); | ||
@@ -1026,0 +1035,0 @@ })(); |
@@ -36,2 +36,3 @@ "use strict";Object.defineProperty(exports, "__esModule", { | ||
exports.feUint8ArrayStatic = _targetMain.feUint8ArrayStatic; | ||
exports.fePromiseStatic = _targetMain.fePromiseStatic; | ||
exports.dotDot_573300145710716007 = _targetMain.dotDot_573300145710716007; | ||
@@ -38,0 +39,0 @@ exports.global = global = _targetMain.sys.global;exports.setImmediate = var_573300145710716007_2; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
314843
47
3973