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

10 lines
369 B
JavaScript

function emitWarning() {
if (!emitWarning.warned) {
emitWarning.warned = true;
console.log(
'Deprecation (warning): Using file extension in specifier is deprecated, use "highlight.js/lib/languages/python" instead of "highlight.js/lib/languages/python.js"'
);
}
}
emitWarning();
module.exports = require('./python.js');