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