thelounge/client/js/libs/handlebars/ircmessageparser
Jérémie Astori 03e3444a35 Explain the modules of the message parser and add tests
- Add comments and descriptions to:
  - `findChannels.js`
  - `parseStyle`
  - `findLinks`
  - `fill`
  - `anyIntersection`
  - `merge`
  - `parse`
- Minor optimizations to `parseStyle`
- Add tests for `fill`
2017-04-21 20:31:27 +03:00
..
anyIntersection.js Explain the modules of the message parser and add tests 2017-04-21 20:31:27 +03:00
fill.js Explain the modules of the message parser and add tests 2017-04-21 20:31:27 +03:00
findChannels.js Explain the modules of the message parser and add tests 2017-04-21 20:31:27 +03:00
findLinks.js Explain the modules of the message parser and add tests 2017-04-21 20:31:27 +03:00
merge.js Explain the modules of the message parser and add tests 2017-04-21 20:31:27 +03:00
parseStyle.js Explain the modules of the message parser and add tests 2017-04-21 20:31:27 +03:00