-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Description
💻
- Would you like to work on a fix?
How are you using Babel?
Programmatic API (babel.transform, babel.parse)
Input code
at the bottom of the standalone/babel.js in the package:
exports.availablePlugins = availablePlugins;
exports.availablePresets = availablePresets;
exports.buildExternalHelpers = buildExternalHelpers;
exports.disableScriptTags = disableScriptTags;
exports.packages = packages;
exports.registerPlugin = registerPlugin;
exports.registerPlugins = registerPlugins;
exports.registerPreset = registerPreset;
exports.registerPresets = registerPresets;
exports.transform = transform;
exports.transformFromAst = transformFromAst;
exports.transformScriptTags = transformScriptTags;
exports.version = version;
Object.defineProperty(exports, '__esModule', { value: true });
}));
//# sourceMappingURL=babel.js.mapall the async apis are missing.
this is 7.25.5
Additional Context
I'm using babel in the browser, and currently have
You appear to be using an async plugin/preset,
but Babel has been called synchronously
Reactions are currently unavailable