Christopher Hiller
Christopher Hiller
we will probably need something like this. based on work by @naugtur **UPDATE**: I plan to use this in #2310 and someone should eventually refactor `ses` to use it.
Due to changes in TS v5.5, CJS consumers cannot import types from a `type: module` package unless the declaration file has the `.d.cts` extension. This may or may not work...
## Description This change: 1. Creates a minimal interface for the `fs`, `url`, and `crypto` objects as passed into `makeReadPowers()`. This makes it easier to duck-type the objects. The drawback...
## Description The `extraParsers` option is an optional mapping of file extension (without leading `.`) to parser name. Consumers can use it to associate a file extension with a specific...
## Description This extracts a function, `loadCompartmentForArchive()`, from `digestLocation()` in `archive.js`, and exposes it. This function returns archival-ready data structures, in addition to a record of the compartment renames which...
`npm outdated` won't report versions properly for linked modules, so you'll have to manually inspect them. use case: use `updtr` with [pnpm](https://npmjs.com/package/pnpm)
Ref: appium/appium#15402
add CI
Tests should run on CI, e.g. Travis-CI.
This module should supply a test harness only. It should have *examples* showing how to use this with test frameworks (e.g. Mocha). A user which wants to test their own...
I have a few suggestions: - The code should be linted with [ESLint](https://npm.im/eslint) for consistency. NR consumes JSHint, but it's basically a dead project at this point. There should be...