Registry / devops / babel-preset-prometheusresearch

babel-preset-prometheusresearch

JSON →
library2.0.0jsnpmunverified

A Babel preset for Prometheus Research projects, version 2.0.0, stable, no breaking changes announced, primarily used internally; differs from general presets by focusing on Prometheus Research specific configurations.

npm install babel-preset-prometheusresearch
INSTALL
IMPORT
SIG · BABEL-PRESET-PROME
B
babel-preset-prometheusresearch
devopsjavascriptv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

preset
use in .babelrc: "presets": ["prometheusresearch"]
require('babel-preset-prometheusresearch')
The preset is not a direct import; it's configured via Babel settings.

Shows how to configure the preset in package.json for Babel transpilation.

{ "babel": { "presets": ["prometheusresearch"] } }
Debug
Known issues
gotchaPreset only works with Babel 6; not compatible with Babel 7+
fix
Use babel-preset-prometheusresearch@2 or migrate to Babel 6.
affects: 7.x
Errors
Common errors & fixes
Error: Cannot find module 'babel-preset-prometheusresearch'
Preset not installed or not in node_modules
fix
npm install --save-dev babel-preset-prometheusresearch
Upgrade
Version history
2.0.0latest on npm
Audit
Dependencies
babel-corerequiredpeer dependency for Babel transformation
Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
babel-preset-prometheusresearch — npm install babel-preset-prometheusresearch · libregistry