Skip to content

Commit

Permalink
Plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Sep 26, 2018
1 parent cea90dc commit 4bd414a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ export default function({ types: t }, options) {
}

return {
name: "transform-named-capturing-groups-regex",

visitor: {
RegExpLiteral(path) {
const node = path.node;
Expand Down

0 comments on commit 4bd414a

Please sign in to comment.