Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
mimosa-babel
Advanced tools
This is a babel compiler module for the Mimosa build tool. It will compile your ES6 JavaScript to ES5 JavaScript.
For more information regarding Mimosa, see http://mimosa.io
Add 'babel'
to your list of modules. That's all! Mimosa will install the module for you when you start mimosa watch
or mimosa build
.
This module will process your .js
files and compile them using babel. This module will not compile vendor JavaScript files.
babel: {
extensions: ['js', 'es6'],
exclude: [],
options: {
blacklist: [],
whitelist: [],
modules: 'common',
sourceMap: true,
moduleRoot: undefined,
moduleIds: false,
runtime: false,
experimental: false,
format: {
comments: true,
compact: false,
indent: {
parentheses: true,
adjustMultilineComment: true,
style: " ",
base: 0
}
}
}
}
lib
node moduleYou may want to use this module but may not want to use the version of babel that comes bundled. Using the lib
property you can provide a specific version of babel if the one being used by this module isn't to your liking. To provide a specific version, you must have it npm installed into your project and then provide it to lib
. For instance: lib: require('babel')
.
extensions
array of stringsThe extension(s) of your ES6 JavaScript files.
options
objectThis is a pass through to the babel options object. For more details on how to configure babel, check out the documentation.
FAQs
babel mimosa files
The npm package mimosa-babel receives a total of 15 weekly downloads. As such, mimosa-babel popularity was classified as not popular.
We found that mimosa-babel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.