We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c3aaf commit 991cbd3Copy full SHA for 991cbd3
packages/core/lib/Worker.js
@@ -47,6 +47,7 @@ function prepareJscodeshift(options) {
47
}
48
49
function retrieveTransformId(str) {
50
+ if (str.includes('#')) return false;
51
return (str.match(/[^@]*(?:[@](?!.*[@]))(.*)$/) || [, ''])[1];
52
53
function retrievePresetId(str) {
0 commit comments