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