96387cc3a04f5c26f08563394c42b8ad87b976004332fb6104c391bcf63621a568d2cd0560ec61f19c13b1cb66055dc8b8e12e134bc4f8d048b37c83bc046a 372 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/properties" instead of "highlight.js/lib/languages/properties.js"'
  6. );
  7. }
  8. }
  9. emitWarning();
  10. module.exports = require('./properties.js');