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