mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-18 01:31:10 +00:00
.
This commit is contained in:
parent
a004f0ae58
commit
fc725ba36b
7280 changed files with 19 additions and 1796407 deletions
20
node_modules/rsvp/lib/rsvp/config.js
generated
vendored
20
node_modules/rsvp/lib/rsvp/config.js
generated
vendored
|
@ -1,20 +0,0 @@
|
|||
import EventTarget from './events';
|
||||
|
||||
const config = {
|
||||
instrument: false
|
||||
};
|
||||
|
||||
EventTarget['mixin'](config);
|
||||
|
||||
function configure(name, value) {
|
||||
if (arguments.length === 2) {
|
||||
config[name] = value;
|
||||
} else {
|
||||
return config[name];
|
||||
}
|
||||
}
|
||||
|
||||
export {
|
||||
config,
|
||||
configure
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue