mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-21 21:44:46 +00:00
.
This commit is contained in:
parent
fc725ba36b
commit
422b9fdb15
7395 changed files with 1786235 additions and 3476 deletions
27
node_modules/source-map-resolve/test/common.js
generated
vendored
Normal file
27
node_modules/source-map-resolve/test/common.js
generated
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
// Copyright 2014 Simon Lydell
|
||||
// X11 (“MIT”) Licensed. (See LICENSE.)
|
||||
|
||||
function u(url) {
|
||||
return "code\n/*# sourceMappingURL=" + url + " */"
|
||||
}
|
||||
|
||||
function read(x) {
|
||||
return function() {
|
||||
return x
|
||||
}
|
||||
}
|
||||
|
||||
function Throws(x) {
|
||||
throw new Error(x)
|
||||
}
|
||||
|
||||
function identity(x) {
|
||||
return x
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
u: u,
|
||||
read: read,
|
||||
Throws: Throws,
|
||||
identity: identity
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue