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

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