summaryrefslogtreecommitdiff
path: root/src/regex__FFI.js
Commit message (Collapse)AuthorAge
* Make library work on both client and server sidesGravatar Benjamin Barenblat2015-07-30
Replace the two-step compile/match process with a single compile-and-match one to avoid issues with server-client representation incompatibility. Use the browser regex engine on the client side.