mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 19:20:08 +08:00
7 lines
183 B
JavaScript
7 lines
183 B
JavaScript
'use strict';
|
|
exports.flags = {loadedMain: false};
|
|
exports.refs = {runnerChain: null};
|
|
exports.completionHandlers = [];
|
|
exports.sharedWorkerTeardowns = [];
|
|
exports.waitForReady = [];
|