Not Existing

Results 8 comments of Not Existing

This is actually a good thing, because this parser doesn't have any context info, so it would break inline scripts: ```angelscript const string manialink = """ #Will_Break #Wont_Break """ ```

You can set this PR to a draft, so it can't be merged

> turns out this is not possible right now because the drivers need to be hard coded into the V codebase. Looking at the code, it seems like it is...

Think it would make sense to use the DB folder by default and then use project detection.

> Do you happen to know of specific APIs I should look out for when trying to ensure compatibility on windows? I assume you could just import `'path/posix'` instead of...

This is also a problem with just importing ts files, as the file-extension is not included

> Not sure if it matters, but we use `createUploadthing()` for creating the router on the backend already... should be fine, because its only exported in the `uploadthing/server` package and...

I think this creates other issues with props spread, see: