async-array-buffer

v4.0.86
This module allows to allocate and deallocate ArrayBuffers without blocking the main thread.

build

rimraf build/* && webpack --config config/webpack/worker-es2019.js && tsc --project src/tsconfig.json && rollup --config config/rollup/bundle.mjs && babel ./build/es2019 --config-file ./config/babel/build.json --out-dir ./build/node

lint

npm run lint:config && npm run lint:src && npm run lint:test

lint:config

eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/

lint:src

tslint --config config/tslint/src.json --project src/tsconfig.json src/*.ts src/**/*.ts

lint:test

eslint --config config/eslint/test.json --ext .js --report-unused-disable-directives test/

prepare

husky install

prepublishOnly

npm run build

test

grunt lint && grunt test
npm i async-array-buffer

Metadata

  • MIT
  • Whatever
  • Christoph Guttandin
  • released 6/10/2024

Downloads

Maintainers