You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The routes-small.json and routes-large.json asset files created for use by kiterunner include regexes that use negative lookahead, (?!...).
But the regex library used by kiterunner does not support negative lookahead, so when debugging is turned on one sees tons of errors when these are used.
I created an issue for kiterunner a few weeks ago but it has gotten no love, maybe this is a better place for assetnote/kiterunner#51
The text was updated successfully, but these errors were encountered:
The
routes-small.json
androutes-large.json
asset files created for use by kiterunner include regexes that use negative lookahead,(?!...)
.But the regex library used by kiterunner does not support negative lookahead, so when debugging is turned on one sees tons of errors when these are used.
I created an issue for kiterunner a few weeks ago but it has gotten no love, maybe this is a better place for assetnote/kiterunner#51
The text was updated successfully, but these errors were encountered: