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

10 lines
363 B
JavaScript
Raw Normal View History

2023-10-03 11:14:36 +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/flix" instead of "highlight.js/lib/languages/flix.js"'
);
}
}
emitWarning();
2023-09-25 15:58:56 +08:00
module.exports = require('./flix.js');