@mostly-it/nact-extensions
A TypeScript library with reusable logic for the actor system library
@nact/core.
Solutions
$3
The library is written in
TypeScript and uses the _TypeScript compiler_ to check the code during development.
Configuration file |
Configuration description |
package.json |
- The TypeScript compiler is run without outputs for type checking during testing script.
- TypeScript is added as a development dependency for code checking during development.
- TypeScript is added as a peer dependency because it is required by consumers of this package.
|
tsconfig.json |
- TypeScript is configured to check files and not emit JavaScript.
|
$3
@nact/core is used as the actor model implementation.
$3
ImmutableJS is used for its persistent collections.
$3
Vitest is used for testing purposes.
Configuration file |
Configuration description |
vitest.config.ts |
|
$3
npm is used as package distribution solution.
Configuration file |
Configuration description |
package.json |
- Various pieces of package metadata, such as homepage and license, is filled out.
|