Jayson Harshbarger

Results 125 comments of Jayson Harshbarger

The "proper" way is likely this; to ensure the correct bindings. `function` can reference `this` (fat arrow cannot) and the `this` context of our overide is passed down into the...

Even more proper way is to expose the constructor and let the user extend it using `class X extends Y` as I outlined above... that would mean even more changes...

No flame wars from me... thank you for your work on this project.

Same to you! Working like a charm: I need to figure out how and where to handle invalid regex then I can see about adding to the demo.

@rmdorsey I would love to find a way to add additional classes when doing the highlight. Since the search allows multiple phases, add an additional unique class for each phase....