da8ff08bf2d6f930b57360bd997fc2e75119b0925c9a4fb6a969962b17c8bd39d6348aa7bf38a0403405dbe0c42eab9321b1a652b65b4eac33ac0c27622d68 360 B

12345678910
  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. module.exports = require('./groovy.js');