Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Aug 16, 2023
1 parent 32ed51a commit ab8393a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ const result2 = unicode`22e`.toRegExp().test(n);
```

Some errors can be caught by TypeScript at compile time:
**(Not working at the moment. These errors will either be thrown at runtime or be handled by readable-regexp to produce reasonable RegExp.**

```js
// @ts-expect-error - You cannot use two quantifiers on one token
Expand Down

0 comments on commit ab8393a

Please sign in to comment.