Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99516610
ref_error.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jan 25, 03:34
Size
543 B
Mime Type
text/x-c++
Expires
Mon, Jan 27, 03:34 (2 d)
Engine
blob
Format
Raw Data
Handle
23815837
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
ref_error.js
View Options
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
,
{
value
:
true
});
const
resolve_1
=
require
(
"./resolve"
);
class
MissingRefError
extends
Error
{
constructor
(
resolver
,
baseId
,
ref
,
msg
)
{
super
(
msg
||
`
can
'
t
resolve
reference
$
{
ref
}
from
id
$
{
baseId
}
`
);
this
.
missingRef
=
(
0
,
resolve_1
.
resolveUrl
)(
resolver
,
baseId
,
ref
);
this
.
missingSchema
=
(
0
,
resolve_1
.
normalizeId
)((
0
,
resolve_1
.
getFullPath
)(
resolver
,
this
.
missingRef
));
}
}
exports
.
default
=
MissingRefError
;
//# sourceMappingURL=ref_error.js.map
Event Timeline
Log In to Comment