npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "proposal" 的结果(共 59 个)
@babel/plugin-proposal-optional-chaining

Transform optional chaining operators into a series of nil checks

MIT
@babel/plugin-proposal-export-namespace-from

Compile export namespace to ES2015

MIT
@babel/plugin-proposal-numeric-separator

Remove numeric separators from Decimal, Binary, Hex and Octal literals

MIT
@babel/plugin-proposal-class-properties

This plugin transforms static class properties as well as properties declared with the property initializer syntax

MIT
@babel/plugin-proposal-object-rest-spread

Compile object rest and spread to ES5

MIT
promise.prototype.finally

ES Proposal spec-compliant shim for Promise.prototype.finally

MIT
@babel/plugin-proposal-private-property-in-object

This plugin transforms checks for a private property in an object

MIT
@babel/plugin-proposal-private-methods

This plugin transforms private class methods

MIT
@emnapi/wasi-threads

WASI threads proposal implementation in JavaScript

MIT
@babel/plugin-proposal-function-sent

Compile the function.sent meta property to valid ES2015 code

MIT
jsbi

JSBI is a pure-JavaScript implementation of [the ECMAScript BigInt proposal](https://tc39.es/proposal-bigint/), which officially became a part of the JavaScript language in ES2020.

Apache-2.0
@babel/plugin-proposal-decorators

Compile class and object decorators to ES5

MIT
@babel/plugin-proposal-dynamic-import

Transform import() expressions

MIT
@babel/plugin-proposal-async-generator-functions

Turn async generator functions into ES2015 generators

MIT
babel-preset-current-node-syntax

A Babel preset that enables parsing of proposals supported by the current Node.js version.

MIT
flat-map-polyfill

An implementation of `Array.prototype.flatMap` as specified by Brian Terlson in https://github.com/bterlson/proposal-flatMap

MIT
@babel/plugin-proposal-function-bind

Compile function bind operator to ES5

MIT
@babel/plugin-proposal-throw-expressions

Wraps Throw Expressions in an IIFE

MIT
@babel/plugin-proposal-do-expressions

Compile do expressions to ES5

MIT
@babel/plugin-proposal-pipeline-operator

Transform pipeline operator into call expressions

MIT
@pkgjs/parseargs

Polyfill of future proposal for `util.parseArgs()`

MIT
es-aggregate-error

ES Proposal spec-compliant shim for AggregateError

MIT
content-tag

A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal

MIT
string.prototype.replaceall

Spec-compliant polyfill for String.prototype.replaceAll ESnext proposal

MIT