]> source.dussan.org Git - sonarqube.git/commitdiff
NO-JIRA Add plugin echo execute to yarn (#11857)
authorSarath Nair <91882341+sarath-nair-sonarsource@users.noreply.github.com>
Thu, 26 Sep 2024 14:11:55 +0000 (16:11 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 26 Sep 2024 20:03:15 +0000 (20:03 +0000)
server/sonar-web/.yarn/plugins/@yarnpkg/plugin-echo-execute.cjs [new file with mode: 0644]
server/sonar-web/.yarnrc.yml

diff --git a/server/sonar-web/.yarn/plugins/@yarnpkg/plugin-echo-execute.cjs b/server/sonar-web/.yarn/plugins/@yarnpkg/plugin-echo-execute.cjs
new file mode 100644 (file)
index 0000000..f3c74d1
--- /dev/null
@@ -0,0 +1,8 @@
+/* eslint-disable */
+module.exports = {
+name: "@yarnpkg/plugin-echo-execute",
+factory: function (require) {
+var plugin;(()=>{"use strict";var o={d:(t,e)=>{for(var r in e)o.o(e,r)&&!o.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},o:(o,t)=>Object.prototype.hasOwnProperty.call(o,t),r:o=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(o,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(o,"__esModule",{value:!0})}},t={};o.r(t),o.d(t,{default:()=>r});const e=require("@yarnpkg/core"),r={hooks:{wrapScriptExecution:async(o,t,r,a,n)=>async()=>(await e.StreamReport.start({configuration:t.configuration,json:!1,includeFooter:!1,stdout:n.stdout},async o=>{const r=e.formatUtils.applyColor(t.configuration,a,e.formatUtils.Type.NAME),i=e.formatUtils.applyColor(t.configuration,n.script,e.formatUtils.Type.CODE);o.reportInfo(e.MessageName.UNNAMED,`executing [${r}]: ${i}`)}),o())}};plugin=t})();
+return plugin;
+}
+};
\ No newline at end of file
index 9efd7c27cff885e1c77c4e26b8a3e14533c665aa..6d779f5131418ea0a80f8718e53f964275702be6 100644 (file)
@@ -7,3 +7,7 @@ enableGlobalCache: true
 nodeLinker: node-modules
 
 yarnPath: .yarn/releases/yarn-4.2.2.cjs
+
+plugins:
+  - path: .yarn/plugins/@yarnpkg/plugin-echo-execute.cjs
+    spec: "https://yarnplugins.com/plugin-echo-execute"