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