Claudiu Ceia
Claudiu Ceia
Quick follow up - this works in API routes. I'm probably missing the bigger picture here, but why can't json modules be resolved like ts modules for client side code...
> There must be clear space surrounding the badge equal to one-quarter the height of the badge. https://play.google.com/intl/en_us/badges/ It's annoying, sure, but this repo is just offering the converted badges...
Hi @uki00a Thanks for the review! I ran `make_mod` and added the signature you requested. Looks like my editor also removed some trailing commas, I'll revert those now. Is there...
Thanks @oranagra, I hadn't noticed. I'll try to test that PR locally and write some unit tests for it, then get back with an update.
This, please.
This is still happening...
> @bartlomieju and @adamgreg really thank you. The DENO_FUTURE env var and remove all imports with this syntax `npm:` on .ts files helped to run. I let my setup below...
@carlocorradini it feels like the biggest issue might be with the reflection usage and tsconfig options. I'll try to put a demo together and see how it goes.
Ok, looks like it's _almost_ there just by using the `npm` specifier for imports. For the unpatient: ```ts // main.ts import "npm:reflect-metadata"; import { graphql } from "npm:[email protected]"; import {...
@esalazarv the actual code snippet would help. I'm thinking you're running into a limitation of TS reflection rather than Deno runtime, [which is documented in the docs](https://typegraphql.com/docs/types-and-fields.html): > For simple...