Skip to content

Instantly share code, notes, and snippets.

@ichim-david
Created September 21, 2024 08:40
Show Gist options
  • Save ichim-david/cb7be0bb3b803d36be87d4ca633f9d2b to your computer and use it in GitHub Desktop.
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
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