1.0.0 • Published 7 years ago
fhl-hidesai-calculator v1.0.0
Template for Azure Node Libraries
This template serves as a starting point for JavaScript libraries targeting both Node and the Browser and implemented in TypeScript.
Building the Template
Once you clone this template, you can build the package with the following commands:
npm install
npm run buildRun tests via:
npm testImplementation Details
The overall build pipeline looks like the following:
- TypeScript builds all source files under ./srcto ECMAScript Modules (ESM) under./dist-esm
- Rollup builds ./dist-esmto an optimized single file at./dist/index.jsas the Node entry point.
- Rollup builds ./dist-esmto an optimized browser bundle under./browser/index.js.
Tests follow a similar pipeline, however output folders have the test- prefix.

1.0.0
7 years ago