@chainsafe/persistent-ts
Advanced tools
Comparing version
export * from "./List"; | ||
export * from "./Vector"; | ||
export * from "./MutableVector"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -32,2 +32,15 @@ "use strict"; | ||
}); | ||
var _MutableVector = require("./MutableVector"); | ||
Object.keys(_MutableVector).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _MutableVector[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _MutableVector[key]; | ||
} | ||
}); | ||
}); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@chainsafe/persistent-ts", | ||
"version": "0.17.0", | ||
"version": "0.18.0", | ||
"description": "Persistent data structures for TypeScript.", | ||
@@ -12,2 +12,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"clean": "rm -rf lib && rm -f *.tsbuildinfo", | ||
"build": "concurrently \"yarn build:lib\" \"yarn build:types\"", | ||
@@ -17,6 +18,5 @@ "build:lib": "babel src -x .ts -d lib --source-maps", | ||
"build:release": "yarn clean && yarn build", | ||
"build:types": "tsc --incremental --declaration --outDir lib --project tsconfig.build.json --emitDeclarationOnly", | ||
"build:types:watch": "yarn run build:types --watch --preserveWatchOutput", | ||
"check-types": "tsc --noEmit", | ||
"clean": "rm -rf lib && rm -f tsconfig.tsbuildinfo && rm -f tsconfig.build.tsbuildinfo", | ||
"build:types": "tsc -p tsconfig.build.json", | ||
"build:types:watch": "yarn run build:types --watch", | ||
"check-types": "tsc", | ||
"lint": "eslint --color --ext .ts src/ test/", | ||
@@ -59,3 +59,3 @@ "lint:fix": "yarn run lint --fix", | ||
}, | ||
"gitHead": "083db35cb33eb46e5e4ea6d647dccbfc0854a1b2" | ||
"gitHead": "8fb7fc3a6f6bc0a7d02838eef5b32e2d2f5c205a" | ||
} |
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
63633
11.81%15
25%808
12.85%