Commit graph

3 commits

Author SHA1 Message Date
benoit74
31472e7fab
Fix JS template for fuzzy rules and ignore generated file
- Fix the JS template to be as much in-line with prettier requirement
- Ignore however the generated file, we do not care about remaining
  issues (lines too long) / it would be hard to fix
2024-05-02 19:49:30 +00:00
benoit74
8a483dd693
Adapt CI and README for javascript instructions 2024-04-12 08:29:07 +00:00
benoit74
beca01cd19
Move JS code to dedicated JS module and generate all fuzzy rules
- JS code used to setup wombat.js now lives in a dedicated JS subproject
- JS code is compiled by rollup
- Fuzzy rules are defined in a data-driven JSON file
- This JSON file is used to generate both the Python and JS code that will
  use them
2024-04-12 08:24:50 +00:00