Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92228448
HotUpdateChunk.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, Nov 18, 13:25
Size
353 B
Mime Type
text/x-c++
Expires
Wed, Nov 20, 13:25 (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
22399198
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
HotUpdateChunk.js
View Options
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
"use strict"
;
const
Chunk
=
require
(
"./Chunk"
);
/** @typedef {import("./ChunkGraph")} ChunkGraph */
/** @typedef {import("./util/Hash")} Hash */
class
HotUpdateChunk
extends
Chunk
{
constructor
()
{
super
();
}
}
module
.
exports
=
HotUpdateChunk
;
Event Timeline
Log In to Comment