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