Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
babel-parser-minimal
Advanced tools
This is a minimal build of [`@babel/parser`](https://babeljs.io/docs/en/babel-parser), with most of the non-standard/proposal features stripped out. It is heavily minified and any unused code is attempted to be removed. It should work exactly the same as
This is a minimal build of @babel/parser
, with most of the non-standard/proposal features stripped out. It is heavily minified and any unused code is attempted to be removed. It should work exactly the same as @babel/parser
(except for unsupported plugins), and any case where it emits different output is a bug.
It includes support for TypeScript and JSX, as well as standardized modern features. It does not support most proposals.
Supported plugins:
functionSent
estree
classProperties
classPrivateProperties
classPrivateMethods
moduleStringNames
topLevelAwait
jsx
typescript
Unsupported plugins:
placeholders
flow
decorators
v8intrinsic
importAssertions
moduleAttributes
flowComments
privateIn
recordAndTuple
functionBind
pipelineOperator
throwExpressions
doExpressions
partialApplication
decimal
classStaticBlock
decorators-legacy
exportDefaultFrom
npm i -D babel-parser-minimal
The API is exactly the same as https://babeljs.io/docs/en/babel-parser#api, but if you attempt to use any unsupported plugin, it will throw an error.
import { parse } from 'babel-parser-minimal'
// TS source code
const input = 'const foo: string = "bar"'
const ast = parse(input, { plugins: ['typescript'] })
FAQs
This is a minimal build of [`@babel/parser`](https://babeljs.io/docs/en/babel-parser), with most of the non-standard/proposal features stripped out. It is heavily minified and any unused code is attempted to be removed. It should work exactly the same as
The npm package babel-parser-minimal receives a total of 1 weekly downloads. As such, babel-parser-minimal popularity was classified as not popular.
We found that babel-parser-minimal 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.