Package Exports
- browser-process
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (browser-process) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
browser-process
browser-process is an in-browser process module that emulates parts of the Node JS process API.
Using
npm install browser-processBuilding
Prerequisites:
- Node and NPM
Release:
npm installThis compiles the TypeScript sources into JavaScript files, sourcemaps and TypeScript definitions in the dist directory.
Testing and development
npm test(NOTE: This will launch multiple web browsers!). You may need to change karma.conf.js if you do not have Firefox installed.
Use npm start to run tests incrementally as you develop.
License
browser-process is licensed under the MIT License. See LICENSE for details.