Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101476547
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
Mon, Feb 10, 20:11
Size
695 B
Mime Type
text/x-c++
Expires
Wed, Feb 12, 20:11 (1 d, 14 h)
Engine
blob
Format
Raw Data
Handle
24162776
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
error.js
View Options
"use strict"
;
exports
.
__esModule
=
true
;
exports
.
default
=
void
0
;
function
_defineProperty
(
obj
,
key
,
value
)
{
if
(
key
in
obj
)
{
Object
.
defineProperty
(
obj
,
key
,
{
value
:
value
,
enumerable
:
true
,
configurable
:
true
,
writable
:
true
});
}
else
{
obj
[
key
]
=
value
;
}
return
obj
;
}
class
StyleguidistError
extends
Error
{
constructor
(
message
,
extra
)
{
super
(
message
);
_defineProperty
(
this
,
"extra"
,
void
0
);
Error
.
captureStackTrace
(
this
,
this
.
constructor
);
Object
.
defineProperty
(
this
,
'name'
,
{
value
:
this
.
constructor
.
name
});
Object
.
defineProperty
(
this
,
'extra'
,
{
value
:
extra
});
}
}
var
_default
=
StyleguidistError
;
exports
.
default
=
_default
;
Event Timeline
Log In to Comment