hexo/node_modules/highlight.js/lib/languages/rib.js.js

10 lines
351 B
JavaScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
function emitWarning() {
if (!emitWarning.warned) {
emitWarning.warned = true;
console.log(
'Deprecation (warning): Using file extension in specifier is deprecated, use "highlight.js/lib/languages/rib" instead of "highlight.js/lib/languages/rib.js"'
);
}
}
emitWarning();
module.exports = require('./rib.js');