Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F119806028
SassWarning.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
Sun, Jun 29, 12:16
Size
456 B
Mime Type
text/x-c++
Expires
Tue, Jul 1, 12:16 (2 d)
Engine
blob
Format
Raw Data
Handle
27062112
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
SassWarning.js
View Options
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
class SassWarning extends Error {
constructor(warning, options) {
super(warning);
this.name = "SassWarning";
this.hideStack = true;
if (options.span) {
this.loc = {
line: options.span.start.line,
column: options.span.start.column
};
}
}
}
var _default = SassWarning;
exports.default = _default;
Event Timeline
Log In to Comment