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