Commit Graph

31 Commits

Author SHA1 Message Date
Michael Schmidt 751664bd30
Added PR stop notice (#3532) 2022-08-23 12:23:49 +02:00
Michael Schmidt feee38f08f
Updated dependencies (#3406) 2022-03-21 19:37:28 +01:00
Michael Schmidt 2cc4660b7a
Core: Added better error message for missing grammars (#3311) 2022-02-02 11:53:16 +01:00
Michael Schmidt 6f1d904a60
Readme: Clarify usage of our build system (#3239) 2021-12-02 10:51:17 +01:00
Michael Schmidt b631949acd
Core: Added `setLanguage` util function (#3167) 2021-11-03 12:19:36 +01:00
Michael Schmidt a80a68ba50
Core: Fixed type error on null (#3057) 2021-10-02 01:29:28 +02:00
Jake Archibald 213cf7be43
Core: Document `disableWorkerMessageHandler` (#3088)
Co-authored-by: Michael Schmidt <msrd0000@gmail.com>
2021-09-23 17:33:24 +02:00
Michael Schmidt 4e9338acee
ESLint: Added `regexp/no-super-linear-backtracking` rule (#3040) 2021-08-27 18:41:39 +02:00
Michael Schmidt 91f3aaed3b
Readme: Mention `npm ci` (#2899) 2021-05-24 14:39:03 +02:00
Michael Schmidt 74edb4e5f6
ESLint: Added indent rule (#2881) 2021-05-14 12:40:12 +02:00
Michael Schmidt fd20dbe4a3
ESLint: Added spacing rules (#2862) 2021-05-01 14:53:38 +02:00
Michael Schmidt cf7b0fd503
ESLint: Added JSDoc plugin (#2869) 2021-05-01 14:40:00 +02:00
Michael Schmidt fbceba1f1a
ESLint: Re-enable no-cond-assign rule (#2870) 2021-05-01 14:34:07 +02:00
Michael Schmidt 67a86cf6d2
ESLint: Added brace-style rule (#2865) 2021-04-18 16:13:48 +02:00
Michael Schmidt 158011e45a
ESLint: Added wrap-iife rule (#2867) 2021-04-18 15:55:05 +02:00
Michael Schmidt 772d42bec0
Added ESLint with minimal config (#2831) 2021-03-26 13:16:16 +01:00
Michael Schmidt cb22016872
Readme: Added Node and npm version requirements (#2790) 2021-03-21 17:21:15 +01:00
Michael Schmidt dbf7051558
Core: Add `tabindex` to code blocks to enable keyboard navigation (#2799) 2021-03-21 16:58:13 +01:00
Michael Schmidt 970674cf42
Added support for plaintext (#2738) 2021-03-05 23:23:17 +01:00
edukisto 266cc7002e
Readme: Update link to Chinese translation (#2749) 2021-02-01 13:18:06 +01:00
Michael Schmidt b37987d3b7
Core: Fixed greedy rematching reach bug (#2705) 2021-01-24 15:42:50 +01:00
RunDevelopment 990f48f5cf Fixed build
(Sorry guys...)
2020-12-15 21:48:39 +01:00
edukisto 2ea202b905
README: Removed broken icon for Chinese translation (#2670)
The icon of the link to a Chinese translation was broken and this removes the icon and replaces it with a simple "简体中文" meaning "Simplified Chinese".
2020-12-05 00:26:55 +01:00
Michael Schmidt 24574406da
Core: Moved pattern matching + lookbehind logic into function (#2633) 2020-11-26 00:32:48 +01:00
Michael Schmidt 8fa8dd24d5
Core: Fixed bug with greedy matching (#2632) 2020-11-25 22:59:40 +01:00
nkalinos f217ab75b5
README: Grammar adjustments (#2629) 2020-11-14 00:45:21 +01:00
James DiGioia 69132045d2
Migrate from TravisCI -> GitHub Actions (#2606)
This moves the test suite from Travis -> GitHub Actions. The Workflow
is essentially the same as what we had on Travis, but split into two
jobs.
2020-10-25 00:08:21 +02:00
Michael Schmidt 206dc80f48
Docs: Minor improvement (#2513) 2020-08-27 19:16:21 +02:00
Michael Schmidt 40285203ed
Core: Fixed greedy matching bug (#2032) 2020-07-13 13:24:32 +02:00
Anders D. Johnson dfa5498a0b
Website: Fixed typos "Prims" (#2455) 2020-07-03 19:40:39 +02:00
Michael Schmidt 4ff555bea1
Added JSDoc (#1782) 2020-06-28 01:34:29 +02:00