Files
world/book/node_modules/highlight.js/lib/languages/go.js.js
2025-05-12 05:38:44 +09:00

10 lines
348 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/go" instead of "highlight.js/lib/languages/go.js"'
);
}
}
emitWarning();
module.exports = require('./go.js');