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