@build-script/typescript-transformer-dual-package
A TypeScript transformer for (mainly) use with ttypescript that will (semi-)auto create dual package hazard.
Updated by @gongt
@idlebox/node-json-edit
Edit json file with comments (jsonc), reformat or preserve it's original format.
Updated by @gongt
@build-script/export-all-in-one
write your library with typescript. make all exports available from single entry.
Updated by @gongt
@build-script/poormans-package-change
- Do you manage more than 10 package at same time? - Did you forgot/lazy to tag previous version with git? - Did you remember which package changed since last publish? - …
Updated by @gongt
@build-script/typescript-transformer-append-js-extension
A TypeScript transformer append '.js' in each import path.
Updated by @gongt
@build-script/dual-package-runtime
when require() without extension, try .cjs first, and then .js. see @build-script/typescript-transformer-dual-package.
Updated by @gongt
@build-script/builder
run build command(s) serial/parallel with order. (by generate a Gulp config)
Updated by @gongt
@idlebox/ensure-symlink
ensure symbol link exists, and content (target) is what you want.
Updated by @gongt
@build-script/typescript-transformer-import-commonjs
A TypeScript transformer for use with ttypescript that will change import statement of commonjs packages.
Updated by @gongt
@idlebox/chokidar
A extreamly simple chokidar wrapper (with a simple state manage)
Updated by @gongt
@build-script/export-all-in-one-inject
write your library with typescript. make all exports available from single entry.
Updated by @gongt
@build-script/typescript-transformer-resolve-info
A TypeScript transformer for use with ttypescript that will save import/export information to json file.
Updated by @gongt
@build-script/rollup-plugin-module-import-dew
Convert (TypeScript compiled) module's import statements, to work with jspm dew file.
Updated by @gongt
@build-script/typescript-transformer-static-resolve
A TypeScript transformer for use with ttypescript that will resolve import target during transpile.
Updated by @gongt