Buckets:
ktongue/docker_container / CAD_kevin /frontend /node_modules /webpack /lib /UnsupportedFeatureWarning.js
| /* | |
| MIT License http://www.opensource.org/licenses/mit-license.php | |
| Author Tobias Koppers @sokra | |
| */ | |
| ; | |
| const WebpackError = require("./WebpackError"); | |
| const makeSerializable = require("./util/makeSerializable"); | |
| /** @typedef {import("./Dependency").DependencyLocation} DependencyLocation */ | |
| class UnsupportedFeatureWarning extends WebpackError { | |
| /** | |
| * @param {string} message description of warning | |
| * @param {DependencyLocation} loc location start and end positions of the module | |
| */ | |
| constructor(message, loc) { | |
| super(message); | |
| /** @type {string} */ | |
| this.name = "UnsupportedFeatureWarning"; | |
| /** @type {DependencyLocation} */ | |
| this.loc = loc; | |
| /** @type {boolean} */ | |
| this.hideStack = true; | |
| } | |
| } | |
| makeSerializable( | |
| UnsupportedFeatureWarning, | |
| "webpack/lib/UnsupportedFeatureWarning" | |
| ); | |
| module.exports = UnsupportedFeatureWarning; | |
Xet Storage Details
- Size:
- 865 Bytes
- Xet hash:
- 8b36ff83e0dcc6ea36a30a1b9443cae63240091d28c942b839493a141db1eb20
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.