{"library":"babel-plugin-object-assign","type":"library","category":null,"description":"A Babel plugin for Babel 5.x that transforms Object.assign() calls into the internal extends helper, reducing the need for polyfills or libraries like _.extend. Version 1.2.1 is the current stable release, designed specifically for Babel 5 (babel-core >=5.6.0). It is a simple, focused plugin with no updates since 2015. Key differentiator: works at the AST level to replace Object.assign with a lightweight helper, avoiding runtime polyfills. Not compatible with Babel 6+.","language":"javascript","status":"deprecated","version":"1.2.1","tags":["javascript","babel","babel-plugin","object","assign","extend","polyfill"],"last_verified":"Wed May 27","install":[{"cmd":"npm install babel-plugin-object-assign","imports":["require('babel').transform(code, { plugins: ['object-assign'] })","import Babel from 'babel'; Babel.transform(code, { plugins: ['object-assign'] })","babelify.configure({ plugins: ['object-assign'] })"]},{"cmd":"yarn add babel-plugin-object-assign","imports":[]},{"cmd":"pnpm add babel-plugin-object-assign","imports":[]}],"homepage":null,"github":"https://github.com/babel-plugins/babel-plugin-object-assign","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/babel-plugin-object-assign","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-object-assign/compatibility"}}