377647461be28c3b85d1b1a219cbcf084aaafd8b9033dcf7d3a383bad77b8b4777d753f35f7c7f5cb4b6bc6f6bedc4b7bfd48c5479ea801cafd48784b92dc7 376 B

1234567891011
  1. function emitWarning() {
  2. if (!emitWarning.warned) {
  3. emitWarning.warned = true;
  4. console.log(
  5. 'Deprecation (warning): Using file extension in specifier is deprecated, use "highlight.js/lib/languages/groovy" instead of "highlight.js/lib/languages/groovy.js"'
  6. );
  7. }
  8. }
  9. emitWarning();
  10. import lang from './groovy.js';
  11. export default lang;