Edward Bebbington

Results 79 comments of Edward Bebbington

> It is something we might consider for `Deno.emit()` but unlikely to be considered for `deno bundle` as it is intended to be straight forward and low config. I have...

@Ciantic (and anyone else really), you can add a temp fix: ```ts private static correctExtensionsOnImportsInFile(fileContent: string): string { // Because imports inside the files are still using a .ts extension,...

Thanks for the response :) I was curious if there's a way about it, currently i am just slapping `// deno-lint-ignore no-undef` on, and if it helps, my use case...

Granted, I feel like Deno could replace ESLint and Prettier for Node projects I mean, if Deno did allow the customisation, i'd straight up make the move to use Deno...

I should note then, it relies on the roadmap for swc to enable type checking in rust

I can run `deno doc` on the `mod.ts` fine, and import `doc` from `deno_doc` and run that against it and thats fine Is there anything I can do to help...

Is there anything i can do in the meantime to help debug? be it play around with the `mod.ts` file? Happy to as im quite eager to sort this

See the `run` and `runTLS methods: https://doc.deno.land/https/deno.land/x/[email protected]/mod.ts#Server

@halvardssm why not take the laravel approach, and the user create/define a base seeder class that runs the other seeders? for example from a php project: ```php

> Hey @ebebbington ! Thanks for sharing your idea! Could you expand a bit on what you imagine this to look like? Do you have some examples? sorry for not...