esbuild-register
npmv3.6.0Transpile JSX, TypeScript and esnext features on the fly with esbuild
Adopt with care
esbuild-register is usable, with caveats. Last published 776 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- DMaintenance: grade D, Poor — a real concern.
Last published 776 days ago.
- AWeight: grade A, Excellent.
Pulls in 2 transitive packages, about 226 KB installed.
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding esbuild-register to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Licenses in the dependency tree
Every license you inherit by installing esbuild-register, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- No constraint declared
- Module format
- CommonJS only
- TypeScript
- No bundled types
- Install scripts
- None
Quick start
A usage example from the esbuild-register README.
const { register } = require('esbuild-register/dist/node')
const { unregister } = register({
// ...options
})
// Unregister the require hook if you don't need it anymore
unregister()Dependencies
Declared by esbuild-register v3.6.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Peer (1)
Dev (16)
Used by
Popular packages that depend on esbuild-register.
Relationship graph
Dependencies (left) and dependents (right) of esbuild-register.
Frequently installed together
TypeScript execution environment and REPL for node.js, with source map support
An extremely fast JavaScript and CSS bundler and minifier.
This packages is a collection of utilities and helper functions
Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.
No description provided.
`@jest/pattern` is a helper library for the jest library that implements the logic for parsing and matching patterns.
A drop-in replacement for fs, making various improvements.
Convert Windows backslash paths to slash paths
TypeScript definitions for node
No description provided.
Get details about the current Continuous Integration environment
Stringify any JavaScript value.
Release history
No releases in the last two years, typically about 18 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 3.6.0latest | 2 years ago | 178 KB | MIT |
| 3.5.0 | 3 years ago | 178 KB | MIT |
| 3.4.2 | 3 years ago | 179 KB | MIT |
| 3.4.1 | 3 years ago | 179 KB | MIT |
| 3.4.0 | 3 years ago | 179 KB | MIT |
| 3.3.3 | 4 years ago | 177 KB | MIT |
| 3.3.2 | 4 years ago | 177 KB | MIT |
| 3.3.1 | 4 years ago | 177 KB | MIT |
| 3.3.0 | 4 years ago | 100 KB | MIT |
| 3.2.1 | 4 years ago | 99 KB | MIT |
| 3.2.0 | 4 years ago | 99 KB | MIT |
| 3.1.2 | 4 years ago | 98 KB | MIT |
| 3.1.1 | 4 years ago | 98 KB | MIT |
| 3.1.0 | 4 years ago | 97 KB | MIT |
| 3.0.0 | 5 years ago | 97 KB | MIT |
Overview
esbuild-register is an npm package that transpile JSX, TypeScript and esnext features on the fly with esbuild. It has 1 known dependents in the graph. The latest version is 3.6.0, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need transpile JSX, TypeScript and esnext features on the fly with esbuild and value a focused solution.
When not to use it
Consider an alternative if you need to minimize your dependency tree, have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.
Pros
- Clear open-source license (MIT).
Cons
- Large dependency tree (18 direct dependencies) increases install size and audit surface.
- No bundled TypeScript types (may require a separate @types package).
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use esbuild-register?
esbuild-register is usable, with caveats. Last published 776 days ago.
How do I install esbuild-register?
Run `npm install esbuild-register` to add esbuild-register to your npm project.
How many dependencies does esbuild-register have?
esbuild-register declares 18 direct dependencies and pulls in 2 packages in total once its runtime tree is resolved totalling about 226 KB on disk.
What license is esbuild-register released under?
esbuild-register is distributed under the MIT license.
How popular is esbuild-register?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on esbuild-register.
Is esbuild-register still maintained?
The most recent release of esbuild-register (v3.6.0) was published 2 years ago.
Does esbuild-register run install scripts?
No. esbuild-register does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.