Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102032209
LoaderDependency.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
Sun, Feb 16, 09:58
Size
437 B
Mime Type
text/x-c++
Expires
Tue, Feb 18, 09:58 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24231240
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
LoaderDependency.js
View Options
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
"use strict"
;
const
ModuleDependency
=
require
(
"./ModuleDependency"
);
class
LoaderDependency
extends
ModuleDependency
{
/**
* @param {string} request request string
*/
constructor
(
request
)
{
super
(
request
);
}
get
type
()
{
return
"loader"
;
}
get
category
()
{
return
"loader"
;
}
}
module
.
exports
=
LoaderDependency
;
Event Timeline
Log In to Comment