ts-primitives
v3.2.0
Published
This codebase produces an npm module that is an automatic derivation of some useful concepts from the [Microsoft/vscode](https://github.com/Microsoft/vscode) repo's [vs/base/common](https://github.com/Microsoft/vscode/tree/master/src/vs/base/common) direc
Downloads
28
Readme
Useful TypeScript primitives
This codebase produces an npm module that is an automatic derivation of some useful concepts from the Microsoft/vscode repo's vs/base/common directory.
Documentation
Development
Rebuild from source
Read code from the upstream vscode
repo at the UPSTREAM_GIT_HASHISH
(or master
if not specified) and:
- Generate a tree-shaken module from
async.ts
,cancellation.ts
,event.ts
andlifecycle.ts
. - Produces
tsdoc
documents in./docs
.
npm run build [UPSTREAM_GIT_HASHISH]