async-array-buffer-worker
Advanced tools
Comparing version 6.0.20 to 6.0.21
export declare const allocate: (length: number) => ArrayBuffer; | ||
//# sourceMappingURL=/build/es2019/helpers/allocate.d.ts.map | ||
//# sourceMappingURL=allocate.d.ts.map |
export const allocate = (length) => { | ||
return new ArrayBuffer(length); | ||
}; | ||
//# sourceMappingURL=/build/es2019/helpers/allocate.js.map | ||
//# sourceMappingURL=allocate.js.map |
@@ -21,2 +21,2 @@ import { IWorkerDefinition } from 'worker-factory'; | ||
} | ||
//# sourceMappingURL=/build/es2019/interfaces/async-array-buffer-worker-custom-definition.d.ts.map | ||
//# sourceMappingURL=async-array-buffer-worker-custom-definition.d.ts.map |
@@ -1,1 +0,1 @@ | ||
//# sourceMappingURL=/build/es2019/interfaces/async-array-buffer-worker-custom-definition.js.map | ||
//# sourceMappingURL=async-array-buffer-worker-custom-definition.js.map |
export * from './async-array-buffer-worker-custom-definition'; | ||
//# sourceMappingURL=/build/es2019/interfaces/index.d.ts.map | ||
//# sourceMappingURL=index.d.ts.map |
export * from './async-array-buffer-worker-custom-definition'; | ||
//# sourceMappingURL=/build/es2019/interfaces/index.js.map | ||
//# sourceMappingURL=index.js.map |
export * from './interfaces/index'; | ||
export * from './types/index'; | ||
//# sourceMappingURL=/build/es2019/module.d.ts.map | ||
//# sourceMappingURL=module.d.ts.map |
@@ -19,2 +19,2 @@ import { createWorker } from 'worker-factory'; | ||
}); | ||
//# sourceMappingURL=/build/es2019/module.js.map | ||
//# sourceMappingURL=module.js.map |
import { TWorkerDefinition } from 'worker-factory'; | ||
import { IAsyncArrayBufferWorkerCustomDefinition } from '../interfaces'; | ||
export declare type TAsyncArrayBufferWorkerDefinition = TWorkerDefinition<IAsyncArrayBufferWorkerCustomDefinition>; | ||
//# sourceMappingURL=/build/es2019/types/async-array-buffer-worker-definition.d.ts.map | ||
//# sourceMappingURL=async-array-buffer-worker-definition.d.ts.map |
@@ -1,1 +0,1 @@ | ||
//# sourceMappingURL=/build/es2019/types/async-array-buffer-worker-definition.js.map | ||
//# sourceMappingURL=async-array-buffer-worker-definition.js.map |
export * from './async-array-buffer-worker-definition'; | ||
//# sourceMappingURL=/build/es2019/types/index.d.ts.map | ||
//# sourceMappingURL=index.d.ts.map |
export * from './async-array-buffer-worker-definition'; | ||
//# sourceMappingURL=/build/es2019/types/index.js.map | ||
//# sourceMappingURL=index.js.map |
@@ -14,7 +14,7 @@ { | ||
"tslib": "^2.0.1", | ||
"worker-factory": "^6.0.20" | ||
"worker-factory": "^6.0.21" | ||
}, | ||
"description": "The worker which is used by the async-array-buffer package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.11.1", | ||
"@babel/core": "^7.11.4", | ||
"@babel/plugin-external-helpers": "^7.10.4", | ||
@@ -30,3 +30,3 @@ "@babel/plugin-transform-runtime": "^7.11.0", | ||
"eslint-config-holy-grail": "^48.0.0", | ||
"grunt": "^1.2.1", | ||
"grunt": "^1.3.0", | ||
"grunt-cli": "^1.3.2", | ||
@@ -50,3 +50,3 @@ "grunt-contrib-clean": "^2.0.0", | ||
"pretty-quick": "^2.0.1", | ||
"rollup": "^2.26.0", | ||
"rollup": "^2.26.4", | ||
"rollup-plugin-babel": "^4.4.0", | ||
@@ -56,5 +56,5 @@ "sinon": "^9.0.3", | ||
"ts-loader": "^8.0.2", | ||
"tsconfig-holy-grail": "^11.0.19", | ||
"tsconfig-holy-grail": "^11.0.20", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^52.0.4", | ||
"tslint-config-holy-grail": "^52.0.8", | ||
"typescript": "^3.9.7", | ||
@@ -88,3 +88,3 @@ "webpack": "^4.44.1" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "6.0.20" | ||
"version": "6.0.21" | ||
} |
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 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 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
12478
Updatedworker-factory@^6.0.21