Created
September 21, 2024 08:40
-
-
Save ichim-david/cb7be0bb3b803d36be87d4ca633f9d2b to your computer and use it in GitHub Desktop.
fast replace of code codemod style from https://github.com/sourcegraph/cody/pull/5648
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fastmod -e ts,tsx "import \{ (\w+) \} from 'lodash'" "import \$1 from 'lodash/\$1'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment