I was wondering if `_routes.json` (https://developers.cloudflare.com/pages/functions/routing/#create
I was wondering if
It's not stated explicitly , but I read it is not in normal standalone Workers, that's why I'm asking.
Same for using TypeScript in Advanced mode, having a
Don't want to use in in a way that later might break...
_routes.json (https://developers.cloudflare.com/pages/functions/routing/#create-a-_routesjson-file) is supported in Functions Advanced mode ?It's not stated explicitly , but I read it is not in normal standalone Workers, that's why I'm asking.
Same for using TypeScript in Advanced mode, having a
./_worker.js folder with a index.ts seems to be automatically transpiled and it works. But is this expected behavior?Don't want to use in in a way that later might break...

