mirror of
https://github.com/actions/github-script.git
synced 2025-12-25 23:23:07 +00:00
Rename nativeRequire to __original_require__
This commit is contained in:
@@ -13,7 +13,7 @@ type AsyncFunctionArguments = {
|
||||
glob: typeof glob
|
||||
io: typeof io
|
||||
require: NodeRequire
|
||||
nativeRequire: NodeRequire
|
||||
__original_require__: NodeRequire
|
||||
}
|
||||
|
||||
export function callAsyncFunction<T>(
|
||||
|
||||
Reference in New Issue
Block a user