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