-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
76 changed files
with
12,479 additions
and
1,909 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npx lerna run lint:staged | ||
yarn workspace jest-metadata lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* eslint-disable */ | ||
//prettier-ignore | ||
module.exports = { | ||
name: "@yarnpkg/plugin-after-install", | ||
factory: function (require) { | ||
"use strict";var plugin=(()=>{var s=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var C=Object.prototype.hasOwnProperty;var n=(t=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(t,{get:(o,e)=>(typeof require<"u"?require:o)[e]}):t)(function(t){if(typeof require<"u")return require.apply(this,arguments);throw new Error('Dynamic require of "'+t+'" is not supported')});var I=(t,o)=>{for(var e in o)s(t,e,{get:o[e],enumerable:!0})},h=(t,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of x(o))!C.call(t,r)&&r!==e&&s(t,r,{get:()=>o[r],enumerable:!(a=g(o,r))||a.enumerable});return t};var k=t=>h(s({},"__esModule",{value:!0}),t);var P={};I(P,{default:()=>y});var d=n("@yarnpkg/core");var f=n("@yarnpkg/core"),c={afterInstall:{description:"Hook that will always run after install",type:f.SettingsType.STRING,default:""}};var u=n("clipanion"),p=n("@yarnpkg/core");var m=n("@yarnpkg/shell"),l=async(t,o)=>{var r;let e=t.get("afterInstall"),a=!!((r=t.projectCwd)!=null&&r.endsWith(`dlx-${process.pid}`));return e&&!a?(o&&console.log("Running `afterInstall` hook..."),(0,m.execute)(e,[],{cwd:t.projectCwd||void 0})):0};var i=class extends u.Command{async execute(){let o=await p.Configuration.find(this.context.cwd,this.context.plugins);return l(o,!1)}};i.paths=[["after-install"]];var w={configuration:c,commands:[i],hooks:{afterAllInstalled:async(t,o)=>{if((o==null?void 0:o.mode)===d.InstallMode.UpdateLockfile)return;if(await l(t.configuration,!0))throw new Error("The `afterInstall` hook failed, see output above.")}}},y=w;return k(P);})(); | ||
return plugin; | ||
} | ||
}; |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
nodeLinker: node-modules | ||
|
||
plugins: | ||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs | ||
spec: "@yarnpkg/plugin-workspace-tools" | ||
- path: .yarn/plugins/@yarnpkg/plugin-after-install.cjs | ||
spec: "https://raw.githubusercontent.com/mhassan1/yarn-plugin-after-install/v0.5.0/bundles/@yarnpkg/plugin-after-install.js" | ||
|
||
yarnPath: .yarn/releases/yarn-3.6.3.cjs | ||
|
||
afterInstall: yarn prepare |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
packages/fixtures/27.x.x/env-worker-1/aggregatedResult.json
This file was deleted.
Oops, something went wrong.
122 changes: 122 additions & 0 deletions
122
packages/fixtures/27.x.x/env-worker-1/globalMetadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
[ | ||
{ | ||
"type": "set_metadata", | ||
"testFilePath": "", | ||
"targetId": "globalMetadata", | ||
"path": "vendor.tests", | ||
"value": [ | ||
"+" | ||
], | ||
"operation": "push" | ||
}, | ||
{ | ||
"type": "set_metadata", | ||
"testFilePath": "", | ||
"targetId": "globalMetadata", | ||
"path": "vendor.tests", | ||
"value": [ | ||
"+" | ||
], | ||
"operation": "push" | ||
}, | ||
{ | ||
"type": "set_metadata", | ||
"testFilePath": "", | ||
"targetId": "globalMetadata", | ||
"path": "vendor.tests", | ||
"value": [ | ||
"+" | ||
], | ||
"operation": "push" | ||
}, | ||
{ | ||
"type": "set_metadata", | ||
"testFilePath": "", | ||
"targetId": "globalMetadata", | ||
"path": "vendor.tests", | ||
"value": [ | ||
"+" | ||
], | ||
"operation": "push" | ||
}, | ||
{ | ||
"type": "set_metadata", | ||
"testFilePath": "", | ||
"targetId": "globalMetadata", | ||
"path": "vendor.tests", | ||
"value": [ | ||
"+" | ||
], | ||
"operation": "push" | ||
}, | ||
{ | ||
"type": "set_metadata", | ||
"testFilePath": "", | ||
"targetId": "globalMetadata", | ||
"path": "vendor.tests", | ||
"value": [ | ||
"+" | ||
], | ||
"operation": "push" | ||
}, | ||
{ | ||
"type": "set_metadata", | ||
"testFilePath": "", | ||
"targetId": "globalMetadata", | ||
"path": "vendor.tests", | ||
"value": [ | ||
"+" | ||
], | ||
"operation": "push" | ||
}, | ||
{ | ||
"type": "set_metadata", | ||
"testFilePath": "", | ||
"targetId": "globalMetadata", | ||
"path": "vendor.tests", | ||
"value": [ | ||
"+" | ||
], | ||
"operation": "push" | ||
}, | ||
{ | ||
"type": "set_metadata", | ||
"testFilePath": "", | ||
"targetId": "globalMetadata", | ||
"path": "vendor.tests", | ||
"value": [ | ||
"+" | ||
], | ||
"operation": "push" | ||
}, | ||
{ | ||
"type": "set_metadata", | ||
"testFilePath": "", | ||
"targetId": "globalMetadata", | ||
"path": "vendor.tests", | ||
"value": [ | ||
"+" | ||
], | ||
"operation": "push" | ||
}, | ||
{ | ||
"type": "set_metadata", | ||
"testFilePath": "", | ||
"targetId": "globalMetadata", | ||
"path": "vendor.tests", | ||
"value": [ | ||
"+" | ||
], | ||
"operation": "push" | ||
}, | ||
{ | ||
"type": "set_metadata", | ||
"testFilePath": "", | ||
"targetId": "globalMetadata", | ||
"path": "vendor.tests", | ||
"value": [ | ||
"+" | ||
], | ||
"operation": "push" | ||
} | ||
] |
10 changes: 0 additions & 10 deletions
10
packages/fixtures/27.x.x/env-worker-N/aggregatedResult.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.