Christopher Hiller
Christopher Hiller
An "anonymous" entrypoint is one where the closest `package.json` does not contain a `name` field. It is not unusual for CJS packages to create a subdirectory containing `package.json` like this:...
The output of the `lint` job for my latest PR: ``` Run yarn lint yarn lint shell: /usr/bin/bash -e {0} Checking formatting... All matched files use Prettier code style! Done...
BREAKING CHANGE: Adds missing `peerDependencies`. This adds `peerDependencies` entries for `@swc/core` and `esbuild` at the same versions specified in `devDependencies`. Per the [npm documentation](https://docs.npmjs.com/cli/v9/configuring-npm/package-json#peerdependenciesmeta), the contents of `peerDependenciesMeta` will be...