function emitWarning() { if (!emitWarning.warned) { emitWarning.warned = true; console.log( 'Deprecation (warning): Using file extension in specifier is deprecated, use "highlight.js/lib/languages/groovy" instead of "highlight.js/lib/languages/groovy.js"' ); } } emitWarning(); import lang from './groovy.js'; export default lang;