![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@citycide/babel-standalone
Advanced tools
A smaller customized version of
@babel/standalone
.
The official @babel/standalone
has grown very large in recent releases,
at almost 6 MB minified. For use cases like param.macro
's
online playground where only a subset of transforms is
needed, that size isn't ideal. @citycide/babel-standalone
is reduced to
about 1.73 MB minified.
This project is based on the effort by @joncasey
on my-babel-standalone
.
You can use the minified source directly on a page using unpkg:
<script src="https://unpkg.com/@citycide/babel-standalone"></script>
or by installing locally (i.e. for bundling):
# using yarn
yarn add @citycide/babel-standalone
# using npm
npm i @citycide/babel-standalone
git clone https://github.com/citycide/babel-standalone.git
cd babel-standalone
yarn
or npm install
yarn build
or npm run build
Any plugins needed in the final bundle should be added as dependencies, where
the update script will pull them from automatically. This update script is run
before every build or can be manually run with yarn update
or npm run update
.
The version of the package itself is tied to the version of @babel/preset-env
used, so both can and should be updated by editing only the @babel/preset-env
version in package.json
. Running yarn update
will then fetch the new version
and make this package's version match it.
param.macro
– a babel macro for compile-time partial application in JavaScript@babel/standalone
– the official standalone Babel packagemy-babel-standalone
– another minimal version by @joncaseyMIT © Bo Lingen / citycide
Based on code also under MIT © @joncasey
FAQs
A smaller customized version of @babel/standalone.
We found that @citycide/babel-standalone demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.