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