Bryan English
Bryan English
### What does this PR do? Cache next apps generated for tests, only in CI. For now, only for the plugin tests, though this technique can be re-used in the...
### What does this PR do? Updates the yarn lockfile ### Motivation Some deps were out of date and triggering alerts
This makes the appropriate changes in CI files, readme, etc., to rename the master branch to main. **Once this is merged, the branch should _immediately_ be renamed**, which should also...
### What does this PR do? Switch from npm to yarn for most purposes, and add yarn as a devDependency for the things we still need it for. ### Motivation...
### What does this PR do? Check for integrations where the latest version isn't within the tested range. ### Motivation Once/if we start pinning the top of the tested range,...
### What does this PR do? Every time init() is called, pass the options object to .configure(), allowing for config to be changed at any time (as it already can...
This gives a class prototype for AsyncContextFrame that contains the required methods, so that when we swap the prototype, ActiveAsyncContextFrame methods are used instead. Previously, the methods were defined in...
The `copyProperties` function was doing an `Object.setPrototypeOf`, which is rather costly. We don't actually need this because all it was doing was acting as a stopgap in case we don't...