Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100979640
AMDRequireDependenciesBlock.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
Tue, Feb 4, 12:04
Size
533 B
Mime Type
text/x-c++
Expires
Thu, Feb 6, 12:04 (2 d)
Engine
blob
Format
Raw Data
Handle
24065429
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
AMDRequireDependenciesBlock.js
View Options
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
"use strict";
const AsyncDependenciesBlock = require("../AsyncDependenciesBlock");
const makeSerializable = require("../util/makeSerializable");
class AMDRequireDependenciesBlock extends AsyncDependenciesBlock {
constructor(loc, request) {
super(null, loc, request);
}
}
makeSerializable(
AMDRequireDependenciesBlock,
"webpack/lib/dependencies/AMDRequireDependenciesBlock"
);
module.exports = AMDRequireDependenciesBlock;
Event Timeline
Log In to Comment