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