Registry / web-framework / constellate-babel

constellate-babel

JSON →
library0.0.7jsnpmunverified

The Babel configuration and transpiler package for Constellate projects, a universal JavaScript application framework. As of version 0.0.7, this package provides a pre-configured Babel setup tailored for Constellate-based development. It is designed for Node.js >=7 and is part of the Constellate ecosystem, but has seen no active updates since initial release. The package enforces a specific Babel configuration that may not be compatible with other setups, and its limited release cadence suggests early-stage development. Key differentiator: tightly coupled with Constellate's build pipeline.

npm install constellate-babel
INSTALL
IMPORT
SIG · CONSTELLATE-BABEL
C
constellate-babel
web-frameworkjavascriptv0.0.7
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.

default
✓ import constellateBabel from 'constellate-babel'
✗ const constellateBabel = require('constellate-babel')
Package exports a single default function or object for Babel config.
transpile
✓ import { transpile } from 'constellate-babel'
✗ import transpile from 'constellate-babel'
Named export 'transpile' available for explicit transpilation.
createConfig
✓ import { createConfig } from 'constellate-babel'
Utility to generate Babel configuration object.

Shows default import usage and transpile function with options.

import constellateBabel from 'constellate-babel'; // Example: transpile a file const result = constellateBabel.transpile('const x = 1;', { filename: 'example.js', presets: [], }); console.log(result.code);
Debug
Known issues
deprecatedPackage is unmaintained and part of Constellate framework which is no longer active.
fix
Migrate to a standalone Babel configuration or modern build tool.
affects: >=0.0.0
gotchaRequires babel-core as peer dependency which may conflict with Babel 7+.
fix
Install babel-core@6 to match peer requirement or use alternative.
affects: >=0.0.0
gotchaConfiguration is rigid and may override custom Babel settings.
fix
Review source or avoid mixing with other presets/plugins.
affects: >=0.0.0
Errors
Common errors & fixes
Error: Cannot find module 'babel-core'
Missing peer dependency 'babel-core'
fix
npm install babel-core@6
Error: .babelrc is not allowed with constellate-babel
constellate-babel enforces its own config and ignores project .babelrc
fix
Remove .babelrc or use createConfig to extend.
Upgrade
Version history
0.0.7latest on npm
Audit
Dependencies
babel-corerequiredPeer dependency for Babel transpilation
Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources