@shgysk8zer0/npm-utils
A collection of helpful functions for npm packages.
A collection of helpful functions for npm packages.
A collection of helpful functions for npm packages.
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
path
when writing filesimport * as FOO
is used in building with esbuildpath.js
with methods for normalizing paths & converting from/to file:
URLsfile:
URLs or paths@shgysk8zer0/consts
and @rollup/plugin-node-resolve
File
and Blob
objectsfix:js
scriptesm/
to project rootblob:
and data:
are now valid URL protocols for isURL()
EXTS
& MIMES
@shgysk8zer0/js-utils
[name]-[hash].cjs
instead of .js
extrollup
and eslint
url
module with pathToURL()
& pathToURL()
exports
(#8)pathToURL()
)importmap
updates & fixesexports
for all es modules in /cjs/*.cjs
(#6)/esm/*.js
importmap
module to be compatible with @shgysk8zer0/rollup-import
exports
with require
& import
optionsInitial Release