a79bee546cdbad477b30d22acea89c22df1c00ffc89c04af8e3a328d1cff4d4e2450966e98e1968fd7165930e9c6e28778f9a36efb2a0bfeb48f03fdc8d8ba 376 B

1234567891011
  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. import lang from './ceylon.js';
  11. export default lang;