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