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