6ec664c6fff51c864d8cfb318c2904ccac951db8cddd4258cea99d74164c695229eb6085dc814950dd8295088ab4e8bc669027c9d82c3eca176dfcc9f63b6c 367 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/hsp" instead of "highlight.js/lib/languages/hsp.js"'
  6. );
  7. }
  8. }
  9. emitWarning();
  10. import lang from './hsp.js';
  11. export default lang;