Results 16 comments of Steel

I have a somewhat similar problem: Comments from class methods and comments in objects are removed ```ts /** some jsdoc */ export class name { /** some jsdoc */ constructor()...

I completely agree After that it would also be a good idea to replace all occurrences of the word package by module in the internal code

Any updates here ? Tried to disable uBlock Origin but that didn't fix anything. The documentation website being down for a doc product is kinda ironic 😕 EDIT: I disabled...

Regarding the pre-filled information, we can retrieve it during the execution of the action with a call to the API. However, filling in the form without an interface is not...

@divy-work Whether it's with swc or analyzer, there's still a problem. Considering this code snippet: ```ts await fetch("https://x.nest.land/[email protected]/mod.ts"); await import("https://x.nest.land/[email protected]/mod.ts"); ``` `// outputs: [ "https://x.nest.land/[email protected]/mod.ts" ]` How to know where...

Thanks for the quick response. The context data is indeed empty by default, I have trouble understanding where my data is at this point. To recap, I would like to...

Turns out that I can't do that, since the data is hidden in the `SchemaInner`, and the context data is empty at this point in time. Is there a simple...

Great, I don't know why it didn't work when I tried with the visible property. I'm leaving the issue open for the guard feature, I think it's still very useful.

Hey, I'm very interested in this feature (https://github.com/SeaQL/sea-orm/discussions/1797 for reference) Is it still planned?

Thanks, it does indeed work better in this order I can add this to the documentation if I have time