{"library":"googshift","type":"library","category":null,"description":"Googshift is a jscodeshift-based migration tool for converting Google Closure Compiler codebases (goog.require, goog.provide, goog.module) to ES6 modules. The current stable version is 0.9.10. It provides two main transforms: goog_provide_to_goog_module and goog_module_to_es6_module. This tool is essential for teams migrating legacy Closure Compiler projects to modern JavaScript module systems, offering a codemod approach that reduces manual effort compared to rewriting imports and exports by hand.","language":"javascript","status":"active","version":"0.9.10","tags":["javascript","Google closure compiler","ES6 module","jscodeshift transform"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install googshift","imports":["const jscodeshift = require('jscodeshift');"]},{"cmd":"yarn add googshift","imports":[]},{"cmd":"pnpm add googshift","imports":[]}],"homepage":"https://github.com/gberaudo/googshift#readme","github":"https://github.com/gberaudo/googshift","docs":null,"changelog":null,"pypi":null,"npm":"googshift","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}