-
Hello, I've been looking into how to identify yarn.lock files. I have tried to process it as a sourceFile, PlainText, Quark, even looked across the documentation for help in regards to this but can not find anything. Any help would be nice. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hi! Unless you had explicitly passed in plain text masks, then those files are likely picked up as Quarks. I've added a change to our plugins to pick them up as plain text instead, such that you can target them with recipes. Use our snapshot versions until the next release to get this change early. Hope that helps! |
Beta Was this translation helpful? Give feedback.
hi! Unless you had explicitly passed in plain text masks, then those files are likely picked up as Quarks. I've added a change to our plugins to pick them up as plain text instead, such that you can target them with recipes.
openrewrite/rewrite-maven-plugin@3a2a803
openrewrite/rewrite-gradle-plugin@3218669
Use our snapshot versions until the next release to get this change early. Hope that helps!