Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90999843
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
Wed, Nov 6, 19:28
Size
353 B
Mime Type
text/x-c++
Expires
Fri, Nov 8, 19:28 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22174581
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