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