JSPM

Found 6201 results for babel

@babel/core

Babel compiler core.

  • v7.28.3
  • 68.81
  • Published

@babel/compat-data

The compat-data to determine required Babel plugins

  • v7.28.0
  • 67.32
  • Published

jest-cli

Delightful JavaScript Testing.

  • v30.1.2
  • 65.95
  • Published

babel-plugin-istanbul

A babel plugin that adds istanbul instrumentation to ES6 code

  • v7.0.0
  • 65.30
  • Published

@babel/preset-modules

A Babel preset that targets modern browsers by fixing engine bugs.

  • v0.1.6
  • 65.07
  • Published

jest

Delightful JavaScript Testing.

  • v30.1.2
  • 65.05
  • Published

@jest/core

Delightful JavaScript Testing.

  • v30.1.2
  • 64.89
  • Published

babel-loader

babel module loader for webpack

  • v10.0.0
  • 64.39
  • Published

@babel/helper-globals

A collection of JavaScript globals for Babel internal usage

  • v7.28.0
  • 63.87
  • Published

@swc/core

Super-fast alternative for babel

  • v1.13.5
  • 63.84
  • Published

sucrase

Super-fast alternative to Babel for when you can target modern JS runtimes

  • v3.35.0
  • 63.16
  • Published

common-tags

a few common utility template tags for ES2015

  • v1.8.2
  • 62.32
  • Published

es6-error

Easily-extendable error for use with ES6 classes

  • v4.1.1
  • 60.09
  • Published

babel-core

Babel compiler core.

  • v6.26.3
  • 60.07
  • Published

jscodeshift

A toolkit for JavaScript codemods

  • v17.3.0
  • 59.31
  • Published

babylon

A JavaScript parser

  • v6.18.0
  • 58.57
  • Published

release-zalgo

Helps you write code with promise-like chains that can run both synchronously and asynchronously

  • v1.0.0
  • 58.42
  • Published

@babel/cli

Babel command line.

  • v7.28.3
  • 57.23
  • Published

find-babel-config

Find the closest babel config based on a directory

  • v2.1.2
  • 57.19
  • Published

@swc/cli

CLI for the swc project

  • v0.7.8
  • 55.43
  • Published

@babel/node

Babel command line

  • v7.28.0
  • 53.08
  • Published

@babel/standalone

Standalone build of Babel for use in non-Node.js environments.

  • v7.28.3
  • 51.96
  • Published

babel-extract-comments

Uses babel (babylon) to extract JavaScript code comments from a JavaScript string or file.

  • v1.0.0
  • 51.19
  • Published

react-csv

Build CSV files on the fly basing on Array/literal object of data

  • v2.2.2
  • 50.89
  • Published

deprecated-decorator

A simple decorator for deprecated methods and properties.

  • v0.1.6
  • 49.93
  • Published

babel-cli

Babel command line.

  • v6.26.0
  • 49.89
  • Published

vue-class-component

ES201X/TypeScript class decorator for Vue components

  • v7.2.6
  • 49.05
  • Published

gulp-babel

Use next generation JavaScript, today

  • v8.0.0
  • 48.78
  • Published

babel-plugin-transform-imports

Transforms member style imports (import {x} from 'y') into default style imports (import x from 'y/lib/x')

  • v2.0.0
  • 47.66
  • Published

sqlite

SQLite client for Node.js applications with SQL-based migrations API written in Typescript

  • v5.1.1
  • 47.33
  • Published

react-native-dotenv

Load environment variables using import statements.

  • v3.4.11
  • 47.08
  • Published

serverless-webpack

Serverless plugin to bundle your javascript with Webpack

  • v5.15.2
  • 46.56
  • Published

inferno-vnode-flags

Provides an enum of all possible VNode Flags used when calling Inferno.createVNode

  • v9.0.3
  • 46.43
  • Published

parse-function

Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins

  • v5.6.10
  • 46.01
  • Published

reghex

The magical sticky regex-based parser generator 🧙

  • v3.0.2
  • 45.59
  • Published

inferno-hydrate

Hydrate plugin to inferno. This package can be used to reuse server side rendered html

  • v9.0.3
  • 45.25
  • Published

babel-plugin-relay

A Babel Plugin for use with Relay applications.

  • v20.1.1
  • 44.94
  • Published

eval-estree-expression

Safely evaluate JavaScript (estree) expressions, sync and async.

  • v3.0.0
  • 44.41
  • Published

babel-preset-vite

babel preset that emulates vite's non-standard functionality

  • v1.1.3
  • 44.28
  • Published

whence

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.

  • v2.1.0
  • 43.74
  • Published

react-vis

Data visualization library based on React and d3.

  • v1.12.1
  • 43.34
  • Published

grunt-babel

Use next generation JavaScript, today

  • v8.0.0
  • 43.19
  • Published

remove-types

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.

  • v1.0.0
  • 43.05
  • Published

babel-preset-vue

Babel preset for all Vue plugins.

  • v2.0.2
  • 42.70
  • Published

inferno-server

Provides methods to render HTML strings from Inferno elements

  • v9.0.3
  • 42.33
  • Published

esformatter

ECMAScript code beautifier/formatter

  • v0.11.3
  • 41.65
  • Published

@linaria/shaker

Blazing fast zero-runtime CSS in JS library

  • v5.0.3
  • 41.60
  • Published

babel-plugin-rewire

A babel plugin adding the ability to rewire module dependencies. This enables to mock modules for testing purposes.

  • v1.2.0
  • 41.40
  • Published

to-factory

Convert classes into factory functions so they can be called with or without new.

  • v1.0.0
  • 41.31
  • Published

core-decorators

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!

  • v0.20.0
  • 41.18
  • Published

babel-preset-airbnb

A babel preset for transforming your JavaScript for Airbnb

  • v5.0.0
  • 41.14
  • Published

hullabaloo-config-manager

Manages complex Babel config chains, avoiding duplicated work and enabling effective caching

  • v1.1.1
  • 41.05
  • Published

react-js-pagination

Simple, easy to use component for pagination. Compatible with bootstrap paginator stylesheets

  • v3.0.3
  • 40.79
  • Published

babel-watch

Reload your babel-node app on JS source file changes. And do it *fast*.

  • v7.8.1
  • 40.77
  • Published

babel-plugin-inline-dotenv

Load your `.env` file and replace `process.env.MY_VARIABLE` with the value you set.

  • v1.7.0
  • 40.67
  • Published

babel-standalone

Standalone build of Babel for use in non-Node.js environments. Similar to the (now deprecated) babel-browser

  • v6.26.0
  • 40.55
  • Published

babel-plugin-optimize-clsx

Babel plugin to optimize the use of clsx, classnames, and all libraries with a compatible API

  • v2.6.2
  • 40.35
  • Published

babel-remove-types

> [!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".

  • v1.0.1
  • 40.16
  • Published

eslint-traverse

Create a sub-traversal of an AST node in your ESLint plugin

  • v1.0.0
  • 40.06
  • Published

@juanger/babel-plugin-rewire-ts

A babel plugin adding the ability to rewire module dependencies. This enables to mock modules for testing purposes.

  • v1.5.0-beta.1
  • 39.99
  • Published

jsdoc-babel

A JSDoc plugin that transforms ES6 source files with Babel before they are processsed.

  • v0.5.0
  • 39.74
  • Published

vue-template-babel-compiler

Post compiler for Vue template render functions to support ES features with Babel

  • v2.0.0
  • 39.42
  • Published

escomplex-plugin-syntax-babylon

Provides a plugin for typhonjs-escomplex module processing which loads syntax definitions for trait resolution for Babylon AST.

  • v0.1.0
  • 39.40
  • Published

fast-async

fast-async/await transformer Babel plugin

  • v6.3.8
  • 38.93
  • Published

graphql-let

A webpack loader/babel-plugin/babel-plugin-macros/CLI/generated file manager of GraphQL code generator.

  • v0.18.6
  • 38.58
  • Published

inferno-compat

Provides a compatibility with React codebases

  • v9.0.3
  • 38.40
  • Published

read-babelrc-up

Read the closet Babel configuration file

  • v1.1.0
  • 38.36
  • Published

babel-plugin-react-generate-property

A plugin to automatically generate properties (for example data attributes) for all JSX open tags, using user specified convention

  • v1.1.2
  • 38.26
  • Published

babel-jscs

**babel-jscs** allows you to lint **ALL** valid Babel code with [JSCS](https://github.com/jscs-dev/node-jscs). Big thanks to @sebmck!

  • v3.0.0-beta1
  • 38.19
  • Published

inferno-clone-vnode

provides helper function to clone Inferno's vNodes

  • v9.0.3
  • 38.06
  • Published

inferno-create-class

Provides a helper to create Inferno Components without needing ES2015

  • v8.2.3
  • 37.95
  • Published

karma-remap-coverage

Karma reporter that shows coverage for original non transpiled code (TypeScript, ES6/7, etc)

  • v0.1.5
  • 37.77
  • Published

putout

🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json

  • v40.7.1
  • 37.62
  • Published

isparta

A code coverage tool for ES6 (babel)

  • v4.1.1
  • 36.95
  • Published

@mui/internal-babel-plugin-display-name

Babel plugin for automatic React display name generation with tree-shaking and prefix support, forked from @zendesk/babel-plugin-react-displayname.

  • v1.0.2
  • 36.93
  • Published

@putout/printer

Simplest possible opinionated Babel AST printer for 🐊Putout

  • v15.20.0
  • 36.40
  • Published

awesome-code-frame

Fork of @babel/code-frame with modern dependencies and exports

  • v1.1.0
  • 36.34
  • Published

@ava/babel

Babel provider for AVA

  • v2.0.0
  • 36.27
  • Published

are-you-es5

A package to help you find out which of your `node_modules` aren't ES5 so you can add them to your transpilation steps.

  • v2.1.2
  • 36.16
  • Published

inclusion

Dynamic imports for all

  • v1.0.1
  • 35.95
  • Published

paths.macro

Babel plugin that returns an object containing paths like __dirname and __filename as static values

    • v3.0.1
    • 35.93
    • Published

    @wessberg/rollup-plugin-ts

    A TypeScript Rollup plugin that bundles declarations, respects Browserslists, and enables seamless integration with transpilers such as babel and swc

    • v2.0.4
    • 35.82
    • Published

    babel-preset-kyt-react

    An opinionated babel preset for react apps, best used with kyt.

    • v1.3.20
    • 35.65
    • Published

    modify-babel-preset

    Create a modified babel preset based on an an existing preset.

    • v3.2.1
    • 35.51
    • Published

    kepler.gl

    kepler.gl is a webgl based application to visualize large scale location data in the browser

    • v3.2.0
    • 35.49
    • Published

    babel-plugin-file-loader

    Like file-loader for webpack, but for Babel. Works with SSE apps.

    • v2.0.0
    • 35.39
    • Published

    @linaria/preeval

    Blazing fast zero-runtime CSS in JS library

    • v3.0.0-beta.23
    • 35.37
    • Published

    imports-visitor

    Babel visitor that makes it easier to work with imports and require calls.

    • v2.1.0
    • 35.26
    • Published

    transform-imports

    Easy-to-use API for manipulating imports and require calls.

    • v2.2.0
    • 35.25
    • Published

    @mizchi/sucrase

    Super-fast alternative to Babel for when you can target modern JS runtimes

    • v4.1.0
    • 35.20
    • Published

    babel-plugin-unassert

    Babel plugin for unassert: Encourages programming with assertions by providing tools to compile them away

    • v3.2.0
    • 34.98
    • Published

    raw.macro

    Read file contents at build time, similar to webpack raw-loader

    • v0.7.0
    • 34.95
    • Published

    laravel-mix-polyfill

    A Laravel Mix extension to include polyfills by using Babel, core-js, and regenerator-runtime

    • v3.0.1
    • 34.66
    • Published

    babel-plugin-fully-specified

    Babel Plugin to transform your code to include the mandatory file extensions so your output gets fully-specified imports.

    • v1.3.0
    • 34.63
    • Published

    babel-type-scopes

    Utils for looking up and working with Flow & TypeScript scopes in Babel

    • v1.1.0
    • 34.60
    • Published

    @linaria/vite

    Blazing fast zero-runtime CSS in JS library

    • v5.0.4
    • 34.60
    • Published

    reflective-bind

    Eliminate wasteful re-rendering in React components caused by inline functions

    • v0.2.4
    • 34.43
    • Published