@babel/parser
A JavaScript parser
Found 6232 results for babel
A JavaScript parser
Babel compiler core.
The compat-data to determine required Babel plugins
Helper functions on Babel compilation targets
Compile class public and private fields, private methods and decorators to ES6
Delightful JavaScript Testing.
A babel plugin that adds istanbul instrumentation to ES6 code
Delightful JavaScript Testing.
A Babel preset that targets modern browsers by fixing engine bugs.
Delightful JavaScript Testing.
Compile ESNext Regular Expressions to ES5
A collection of JavaScript globals for Babel internal usage
babel module loader for webpack
Super-fast alternative for babel
Super-fast alternative to Babel for when you can target modern JS runtimes
a few common utility template tags for ES2015
Compile class and object decorators to ES5
Super-fast alternative for babel
The default Vite plugin for React projects
Super-fast alternative for babel
Transform HAST to Babel AST (JSX)
Easily-extendable error for use with ES6 classes
Babel compiler core.
A toolkit for JavaScript codemods
Babel plugin to transpile import() to a deferred require(), for node
Seamless integration between Rollup and Babel.
Helps you write code with promise-like chains that can run both synchronously and asynchronously
A JavaScript parser
A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry
Remove unnecessary React propTypes from the production build
Babel command line.
Find the closest babel config based on a directory
Babel preset for React Native applications
Babel plugin to generate native module and view manager code for React Native.
Super-fast alternative for babel
Module resolver plugin for Babel
SWC node register
Super-fast alternative for babel
Babel plugin to emit decorator metadata like typescript compiler
The Babel preset for Expo projects
CLI for the swc project
Faster swc nodejs binding
Super-fast alternative for babel
Super-fast alternative for babel
Super-fast alternative for babel
Super-fast alternative for babel
Super-fast alternative for babel
Super-fast alternative for babel
Composable primitives for dead code elimination in Babel
Babel command line
convert estree ast to babel
Standalone build of Babel for use in non-Node.js environments.
Ember CLI addon for Babel
Uses babel (babylon) to extract JavaScript code comments from a JavaScript string or file.
an eslint rule plugin companion to babel-eslint
Build CSV files on the fly basing on Array/literal object of data
vite-plugin-istanbul ==========================
Babel command line.
babel plugin for vue-cli
A simple decorator for deprecated methods and properties.
Adds babel as a Webpack5 compiler to Storybook
Debug macros and feature flag stripping
Companion rules for @babel/eslint-parser
ES201X/TypeScript class decorator for Vue components
Use next generation JavaScript, today
SQLite client for Node.js applications with SQL-based migrations API written in Typescript
Next.js plugin to transpile code from node_modules
Transform async/await to promise chains
Transforms member style imports (import {x} from 'y') into default style imports (import x from 'y/lib/x')
babel-plugin-module-resolver resolver for eslint-plugin-import
babel helper for vue jsx spread.
Babel plugin to replicate Webpack require.context
A Babel Plugin for use with Relay applications.
Load environment variables using import statements.
Serverless plugin to bundle your javascript with Webpack
Runs Babel in Vite during all commands
Babel plugin that replaces member expressions and typeof statements with strings
Provides an enum of all possible VNode Flags used when calling Inferno.createVNode
Provides methods to create Inferno VNodes
Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins
Super-fast alternative for babel
babel plugin that emulates vite's import.meta.env functionality
Babel plugin for power-assert
Super-fast alternative for babel
Super-fast alternative for babel
Hydrate plugin to inferno. This package can be used to reuse server side rendered html
Babel plugin to transform svg to react component
Babel plugin for protecting against improper use of `t.throws()` in AVA
A plugin for Babel 6 that (mostly) replicates the old decorator behavior from Babel 5.
Babel plugin that adds React import declaration if file contains JSX tags.
The magical sticky regex-based parser generator 🧙
A babel plugin that optimizes and inlines SVGs for your react components.
Default Babel preset for WordPress development.
Safely evaluate JavaScript (estree) expressions, sync and async.
Babel plugin to add hook names for Preact devtools
A babel transform for filtering out imports
A mirror of Facebook's dev-expression Babel plugin
Add context awareness to your apps and frameworks by safely evaluating user-defined conditional expressions. Useful for evaluating expressions in config files, prompts, key bindings, completions, templates, and many other user cases.
Removes React properties
babel preset that emulates vite's non-standard functionality
Utilities for testing babel plugins
Babel plugin to replicate Webpack require.context
Babel plugin for Vue 2.0 JSX
babel plugin that emulates vite's import.meta.glob import.meta.globEager functionality
babel plugin that emulates vite's import.meta.hot functionality
Use next generation JavaScript, today
Preprocessor to compile ES6 on the fly with babel.
Data visualization library based on React and d3.
A small library for transforming TypeScript code into JavaScript code in the least destructive way possible. This library exports a single function whose purpose is to preserve everything else about the code except for the actual TypeScript syntax itself.
Strips classCallCheck from babel6 output
Super-fast HTML minifier
babel plugin to remove data-test-id attributes
Babel plugin for annotating automatically pure function calls.
An ESLint plugin that enforces the use of import aliases. Also supports autofixing.
Babel transform plugin for automatically injecting an import to be used as the pragma for the React JSX Transform plugin.
Babel preset for all Vue plugins.
Pre-evaluate code at build-time
Convert acorn tokens to esprima
Super-fast HTML minifier
Provides methods to render HTML strings from Inferno elements
Babel preset for React Native applications
A Babel Macro for the require-context plugin
Library of JavaScript stage-0 decorators (aka ES2016/ES7 decorators but that's not accurate!) inspired by languages that come with built-ins like @override, @deprecate, @autobind, @mixin and more! Works great with React/Angular/more!
The official FullStory React Native babel plugin
A babel plugin adding the ability to rewire module dependencies. This enables to mock modules for testing purposes.
An unofficial babel plugin for SAP UI5.
Convert classes into factory functions so they can be called with or without new.
Standalone build of Babel for use in non-Node.js environments. Similar to the (now deprecated) babel-browser
ECMAScript code beautifier/formatter
Extends Playwright test to measure code coverage
A babel preset for transforming your JavaScript for Airbnb
Function parameter decorator transform plugin for babel v7, just like typescript.
Blazing fast zero-runtime CSS in JS library
Blazing fast zero-runtime CSS in JS library
JavaScript parser used by esformatter
Simple, easy to use component for pagination. Compatible with bootstrap paginator stylesheets
> [!NOTE] > This is a fork of https://github.com/cafreeman/remove-types. It's not marked as a fork because we want pull requests to target this repo and not "upstream".
Manage state with style in React
Manages complex Babel config chains, avoiding duplicated work and enabling effective caching
Neater control statements (if/for) for jsx
Load your `.env` file and replace `process.env.MY_VARIABLE` with the value you set.
Babel plugin that replaces System.import with the equivalent UMD pattern
Create a sub-traversal of an AST node in your ESLint plugin
Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.
Babel preset for Quasar CLI
Babel plugin to optimize the use of clsx, classnames, and all libraries with a compatible API
Remove development warning from production code
Reload your babel-node app on JS source file changes. And do it *fast*.
Babel plugin to transpile import() to a deferred require(), for node
Transforms AMD code to CommonJS
Transform required css modules so one can use generated class names.
Babel plugin to transform import() into its Universal counterpart
Babel plugin for protecting against improper use of `t.throws()` in AVA
Blazing fast zero-runtime CSS in JS library
Babel plugin for esbuild.
A JSDoc plugin that transforms ES6 source files with Babel before they are processsed.
**babel-jscs** allows you to lint **ALL** valid Babel code with [JSCS](https://github.com/jscs-dev/node-jscs). Big thanks to @sebmck!
Post compiler for Vue template render functions to support ES features with Babel
Provides a plugin for typhonjs-escomplex module processing which loads syntax definitions for trait resolution for Babylon AST.
Karma reporter that shows coverage for original non transpiled code (TypeScript, ES6/7, etc)
A webpack loader/babel-plugin/babel-plugin-macros/CLI/generated file manager of GraphQL code generator.
Blazing fast zero-runtime CSS in JS library
webhint's recommended hints configuration for development
Plugin for transforming ES2015 javascript code to to ES5 syntax.
Neater control statements (if/for) for jsx
A plugin for Babel 6 supports extending from builtin types based on static analysis.
fast-async/await transformer Babel plugin
Read the closet Babel configuration file
Provides a compatibility with React codebases
Provides a helper to create Inferno Components without needing ES2015
provides helper function to clone Inferno's vNodes
Babel plugin to rewrite import.meta for bundled usage
A babel transform for managing feature flags
Allows you to provide custom implementation of Object.assign in babel builds
Converts global scripts into named System.registerDynamic('name', [], ...
🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json
Converts anonymous System.register([] into named System.register('name', [], ...
A plugin to automatically generate properties (for example data attributes) for all JSX open tags, using user specified convention
Fork of @babel/code-frame with modern dependencies and exports
A code coverage tool for ES6 (babel)
Wraps CommonJS scripts into System.registerDynamic(...
A babel plugin that combines babel-plugin-module-resolver and tsconfig-paths to resolve tsconfig paths
Minify HTML in tagged template strings using html-minifier
converts flow types to react proptypes
Babel provider for AVA
Babel plugin for automatic React display name generation with tree-shaking and prefix support, forked from @zendesk/babel-plugin-react-displayname.
babel-minify plugin for webpack
Super-fast HTML minifier
Super-fast HTML minifier
Dynamic imports for all
Wraps AMD scripts into System.registerDynamic(...
Strips heimdall instrumentation from babel6 output
Simple Babel plugin to prepend comment to the beginning of transformed code.
Babel plugin to transpile import() to a deferred require(), for node
Super-fast HTML minifier
Simplest possible opinionated Babel AST printer for 🐊Putout
Super-fast HTML minifier
Preprocessor transpiles code of UI5 projects
An opinionated babel preset, best used with kyt
Super-fast HTML minifier
A babel plugin to add extension on project modules imports
Create a modified babel preset based on an an existing preset.
Babel 8 in CommonJS
Super-fast HTML minifier
A babel plugin adding the ability to rewire module dependencies. This enables to mock modules for testing purposes.
An opinionated babel preset.
Babel runtime support for jsx plus.
Super-fast HTML minifier
Super-fast HTML minifier
An opinionated babel preset for react apps, best used with kyt.
Turn JSX into Inferno virtual DOM
A Babel plugin transform to convert CommonJS to ES modules
Google / Google Workspace Browserslist Shared Config
A TypeScript Rollup plugin that bundles declarations, respects Browserslists, and enables seamless integration with transpilers such as babel and swc
babel plugin to inline replace variables
fork of eslint-import-resolver-babel-root-import that works
Blazing fast zero-runtime CSS in JS library
Generate code at build-time
Babel plugin that returns an object containing paths like __dirname and __filename as static values
Allow react-native platform specific extensions to be used for other file types than Javascript.
Babel preset to parse the Salesforce Design System React source code.
Babel plugin to replicate Webpack require.context
Static analysis for tests. Prints all tests in console and fails when exclusive or skipped tests found.
Transform JSX className property to style property in react-native.
Babel plugin to transpile object styles to template literal
Babel plugin for stubbing (ES6, ES2015) module exports
Babel shared config for nextcloud apps
Babel plugin to convert assert to power-assert at compile time
Babel preset for all power-assert plugins
Like file-loader for webpack, but for Babel. Works with SSE apps.
Blazing fast zero-runtime CSS in JS library
Babel plugin for unassert: Encourages programming with assertions by providing tools to compile them away
Utils for looking up and working with Flow & TypeScript scopes in Babel
🐊Putout-based minifier
Super-fast alternative to Babel for when you can target modern JS runtimes
Measure Babel compilation time
Read file contents at build time, similar to webpack raw-loader
Babel visitor that makes it easier to work with imports and require calls.
Blazing fast zero-runtime CSS in JS library
A package to help you find out which of your `node_modules` aren't ES5 so you can add them to your transpilation steps.
A babel plugin adding the ability to rewire module dependencies. This enables to mock modules for testing purposes.
A Laravel Mix extension to include polyfills by using Babel, core-js, and regenerator-runtime
Easy-to-use API for manipulating imports and require calls.
enforces spacing after async/await plugin
fast js feature detection with zero runtime dependencies; analyzes js to verify compatibility
10up's default babel preset
Removes console calls from Gatsby production builds.
Remove the resourceQuery param when importing modules via babel. Useful with Jest, that doesn't support resourceQueries
Add component's name in `data-qa` attributes to React Components Edit