13429e2aef157f814fe0ffcc7a524761b58a190eb25f59d1cb4e15aad1fce9657e77f6c7a066c855cf851ba1183b40bdb78b42d9b1455535b91a4c82a59df9 388 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/processing" instead of "highlight.js/lib/languages/processing.js"'
  6. );
  7. }
  8. }
  9. emitWarning();
  10. import lang from './processing.js';
  11. export default lang;