d926a36e4a589b4f49c968f0d76c155bd1f20c5a7c37e8168c5a9bffc424cd259cd0a95ee713baf935ff766e140a982a8ad91ba4b9e69edb8375bed15b0117 370 B

1234567891011
  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. import lang from './http.js';
  11. export default lang;