Theo Ephraim
Theo Ephraim
I'll take a look at this and get it merged in today! Apologies for the delay. I've been hard at work on a new project - an open source dev...
Ok folks - this has been merged after adding tests and cleaning things up a bit. A notable change, the function signature was changed to match the rest of the...
interesting, I'll have to check this out as it's definitely not the intended behaviour... thanks for reporting it!
A very common use case to consider here is having some set of apps/sites/microservices with a set of shared utility libraries. The "apps" are totally isolated from each other, but...
Hello fellow Astronauts! We over @dmno-dev have been very deep in this specific problem space for the last few months, building out a platform-agnostic configuration tool meant to be a...
In doing a larger review of other tools, it looks like sveltkit is thinking along very similar lines to what I have proposed above - see https://kit.svelte.dev/docs/modules#$env-dynamic-private They let you...
Maybe if this is something y'all have already thought through, and maybe I'm overestimating it's importance, but I think you want to make sure users can still benefit from build-time...
Ah - right of course because it's _not_ rewritten by vite/rollups `define`... However this does also mean it needs to be an actual constant and not some proxy or function...
While including functions in the schema of a type itself doesn't really make sense, some way of making all of that type info (and TSdoc comments) available would be amazing....
While the issue described above still remains, just in case someone in a similar situation stumbles across this, I was able to resolve my problems with _naming conflicts_ by using...