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