{"library":"babel-plugin-transform-object-spread-inline","type":"library","category":null,"description":"A Babel plugin that transpiles object spread syntax into inline assignments and for loops using Object.keys, avoiding the slower for...in with hasOwnProperty check. Version 0.0.3 appears to be the latest, with no recent updates. It provides a performance alternative to the default babel-plugin-transform-object-rest-spread by generating faster code for object spreads, especially when only one spread is used. Note that it does not handle object rest syntax and may not be suitable for multiple spreads per object.","language":"javascript","status":"active","version":"0.0.3","tags":["javascript","babel-plugin","syntax","spread"],"last_verified":"Fri May 01","install":[{"cmd":"npm install babel-plugin-transform-object-spread-inline","imports":["// Add to .babelrc plugins array:\n\"transform-object-spread-inline\"","npm install --save-dev babel-plugin-transform-object-spread-inline"]},{"cmd":"yarn add babel-plugin-transform-object-spread-inline","imports":[]},{"cmd":"pnpm add babel-plugin-transform-object-spread-inline","imports":[]}],"homepage":null,"github":"https://github.com/finom/babel-plugin-transform-object-spread-inline","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/babel-plugin-transform-object-spread-inline","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}