ktongue/docker_container / CAD_kevin /frontend /node_modules /webpack /lib /CommentCompilationWarning.js
ktongue's picture
download
raw
784 Bytes
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
"use strict";
const WebpackError = require("./WebpackError");
const makeSerializable = require("./util/makeSerializable");
/** @typedef {import("./Dependency").DependencyLocation} DependencyLocation */
class CommentCompilationWarning extends WebpackError {
/**
* @param {string} message warning message
* @param {DependencyLocation} loc affected lines of code
*/
constructor(message, loc) {
super(message);
/** @type {string} */
this.name = "CommentCompilationWarning";
/** @type {DependencyLocation} */
this.loc = loc;
}
}
makeSerializable(
CommentCompilationWarning,
"webpack/lib/CommentCompilationWarning"
);
module.exports = CommentCompilationWarning;

Xet Storage Details

Size:
784 Bytes
·
Xet hash:
8bc3e41dce01fdc061ddaeba86b72de6d181c4b5fa59b2f17b7ceb1a3b26b4b2

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.