ExE Boss

Results 250 comments of ExE Boss

You could always display the arguments, eg.: example `toString()` result: ``` function example(foo, bar) { [sourceless code] } ``` That would avoid breaking the old Angular dependency injection.

> makes it necessary to use a regex to tell that the code isn't real You already need to do that with native functions, where the result is slightly different between browsers: https://github.com/tc39/Function-prototype-toString-revision/issues/21. Also,...

I’d rather hold on merging this until  is decided upon.

[The `!` shorthand](https://tc39.es/ecma262/#sec-returnifabrupt-shorthands) is present in .

Also, this should support allowing `object` over `Object`, which is recommended by TypeScript and enforced by my config.

> Also, for Typescript, I don't recommend putting types in JSDoc since the types should be in the signature. I meant when I use the TypeScript compiler to type check...

Or publish it as @sandersn/jsdoctypeparser, in the same way @pnpm’s [fork of cmd-shim](https://github.com/pnpm/cmd-shim) is available as [@zkochan/cmd-shim](https://www.npmjs.com/package/@zkochan/cmd-shim)

@sandersn > @gajus @ExE-Boss did you want to be owners of the jsdoctypeparser org as well? Let me know and I will invite you. Probably, but I’ll most likely not...

I believe that using: ```xhtml ``` Is probably the best approach, given that **WebAssembly** files are always modules.

Note that even with , `` is only allowed to load **JavaScript** modules