8aededb06175eb2e8517350ae1c55e2b2c9aee783202e399f7db9b7ff88ea8dd7600c3557b512726f2d8792111d6b225f0bee01516c4380bbef4bb0bb5e1e7 369 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/accesslog" instead of "highlight.js/lib/languages/accesslog.js"'
  6. );
  7. }
  8. }
  9. emitWarning();
  10. module.exports = require('./accesslog.js');