@firebase/util
Advanced tools
Comparing version 0.1.9-canary.b6b4e2f to 0.1.9-canary.cde4e44
@@ -17,25 +17,23 @@ "use strict"; | ||
*/ | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
var constants_1 = require("./src/constants"); | ||
// Overriding the constant (we should be the only ones doing this) | ||
constants_1.CONSTANTS.NODE_CLIENT = true; | ||
__export(require("./src/assert")); | ||
__export(require("./src/crypt")); | ||
__export(require("./src/constants")); | ||
__export(require("./src/deepCopy")); | ||
__export(require("./src/deferred")); | ||
__export(require("./src/environment")); | ||
__export(require("./src/errors")); | ||
__export(require("./src/json")); | ||
__export(require("./src/jwt")); | ||
__export(require("./src/obj")); | ||
__export(require("./src/query")); | ||
__export(require("./src/sha1")); | ||
__export(require("./src/subscribe")); | ||
__export(require("./src/validation")); | ||
__export(require("./src/utf8")); | ||
tslib_1.__exportStar(require("./src/assert"), exports); | ||
tslib_1.__exportStar(require("./src/crypt"), exports); | ||
tslib_1.__exportStar(require("./src/constants"), exports); | ||
tslib_1.__exportStar(require("./src/deepCopy"), exports); | ||
tslib_1.__exportStar(require("./src/deferred"), exports); | ||
tslib_1.__exportStar(require("./src/environment"), exports); | ||
tslib_1.__exportStar(require("./src/errors"), exports); | ||
tslib_1.__exportStar(require("./src/json"), exports); | ||
tslib_1.__exportStar(require("./src/jwt"), exports); | ||
tslib_1.__exportStar(require("./src/obj"), exports); | ||
tslib_1.__exportStar(require("./src/query"), exports); | ||
tslib_1.__exportStar(require("./src/sha1"), exports); | ||
tslib_1.__exportStar(require("./src/subscribe"), exports); | ||
tslib_1.__exportStar(require("./src/validation"), exports); | ||
tslib_1.__exportStar(require("./src/utf8"), exports); | ||
//# sourceMappingURL=index.node.js.map |
@@ -17,13 +17,4 @@ "use strict"; | ||
*/ | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return function (d, b) { | ||
extendStatics(d, b); | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
})(); | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var tslib_1 = require("tslib"); | ||
var hash_1 = require("./hash"); | ||
@@ -55,3 +46,3 @@ /** | ||
var Sha1 = /** @class */ (function (_super) { | ||
__extends(Sha1, _super); | ||
tslib_1.__extends(Sha1, _super); | ||
function Sha1() { | ||
@@ -58,0 +49,0 @@ var _this = _super.call(this) || this; |
@@ -16,12 +16,3 @@ /** | ||
*/ | ||
var __extends = (this && this.__extends) || (function () { | ||
var extendStatics = Object.setPrototypeOf || | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
return function (d, b) { | ||
extendStatics(d, b); | ||
function __() { this.constructor = d; } | ||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); | ||
}; | ||
})(); | ||
import * as tslib_1 from "tslib"; | ||
import { Hash } from './hash'; | ||
@@ -53,3 +44,3 @@ /** | ||
var Sha1 = /** @class */ (function (_super) { | ||
__extends(Sha1, _super); | ||
tslib_1.__extends(Sha1, _super); | ||
function Sha1() { | ||
@@ -56,0 +47,0 @@ var _this = _super.call(this) || this; |
{ | ||
"name": "@firebase/util", | ||
"version": "0.1.9-canary.b6b4e2f", | ||
"version": "0.1.9-canary.cde4e44", | ||
"description": "", | ||
@@ -17,9 +17,12 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"tslib": "^1.9.0" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.0.4", | ||
"@types/mocha": "^2.2.44", | ||
"@types/sinon": "^2.3.7", | ||
"@types/chai": "^4.1.2", | ||
"@types/mocha": "^2.2.48", | ||
"@types/sinon": "^4.1.3", | ||
"chai": "^4.1.1", | ||
"gulp": "gulpjs/gulp#4.0", | ||
"karma": "^1.7.0", | ||
"gulp": "^4.0.0", | ||
"karma": "^2.0.0", | ||
"karma-chrome-launcher": "^2.2.0", | ||
@@ -29,11 +32,11 @@ "karma-cli": "^1.0.1", | ||
"karma-sauce-launcher": "^1.2.0", | ||
"karma-spec-reporter": "^0.0.31", | ||
"karma-webpack": "^2.0.4", | ||
"mocha": "^4.0.1", | ||
"karma-spec-reporter": "^0.0.32", | ||
"karma-webpack": "^2.0.9", | ||
"mocha": "^5.0.1", | ||
"npm-run-all": "^4.1.1", | ||
"nyc": "^11.2.1", | ||
"ts-loader": "^3.1.0", | ||
"ts-node": "^4.1.0", | ||
"typescript": "^2.4.2", | ||
"webpack": "^3.8.1" | ||
"nyc": "^11.4.1", | ||
"ts-loader": "^3.5.0", | ||
"ts-node": "^5.0.0", | ||
"typescript": "^2.7.2", | ||
"webpack": "^3.11.0" | ||
}, | ||
@@ -40,0 +43,0 @@ "repository": { |
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
547638
1
8355
+ Addedtslib@^1.9.0
+ Addedtslib@1.14.1(transitive)