This repo contains code to mirror other repos. It also contains the code that is getting mirrored.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

8 satır
96 B

  1. // TODO: LETTER, WORD, etc.
  2. //
  3. // Whitespace
  4. //
  5. WS_INLINE: /[ \t\xa0]/+
  6. WS: /[ \t\xa0\f\r\n]/+