{"library":"babel-plugin-minify-type-constructors","type":"library","category":null,"description":"A Babel plugin that minifies type constructors like Boolean(), Number(), String(), Array(), and Object() where possible (e.g., replacing `new Boolean(x)` with `!!x` or `new Number(x)` with `+x`). Part of the babel-minify (formerly babili) minification preset. Version 0.4.3 is the latest stable release (2018). The babel-minify project is now in maintenance mode; no new features are expected. This plugin should be used with caution in environments requiring IE8 or lower due to potential compatibility issues. It is designed to work as part of a Babel minification pipeline, complementing other minify plugins.","language":"javascript","status":"maintenance","version":"0.4.3","tags":["javascript","babel-plugin"],"last_verified":"Wed May 27","install":[{"cmd":"npm install babel-plugin-minify-type-constructors","imports":["module.exports = require('babel-plugin-minify-type-constructors');","import minifyTypeConstructors from 'babel-plugin-minify-type-constructors';","plugins: ['babel-plugin-minify-type-constructors']"]},{"cmd":"yarn add babel-plugin-minify-type-constructors","imports":[]},{"cmd":"pnpm add babel-plugin-minify-type-constructors","imports":[]}],"homepage":null,"github":"https://github.com/babel/minify","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/babel-plugin-minify-type-constructors","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/babel-plugin-minify-type-constructors/compatibility"}}