Releases: solidjs/filesystem-routing
Releases · solidjs/filesystem-routing
Release list
v0.3.0
Minor Changes
- be5f6d7: Support
.tsrxroute modules. Export analysis routes by filename:.tsrxfiles parse through@tsrx/oxc/parser(a new optional peer dependency, loaded lazily only when a.tsrxroute is scanned — itsParseResultmirrorsoxc-parser, so analysis semantics are unchanged), everything else keeps the exactoxc-parserpath. The Vite adapter'sDEFAULT_EXTENSIONSnow includestsrx, so.tsrxpages participate in routing without anextensionsoverride. Scanning a.tsrxroute without@tsrx/oxcinstalled fails with an error naming the module and the fix.