<@U0KGK0BUN> you may be interested in this <https:...
# javascript
p
@konsoletyper you may be interested in this https://github.com/angular/tsickle/blob/master/README.md
k
@pabl0rg why do you think I might be interested in this?
p
I read here earlier that you planned to leverage google closure compiler. You probably know already, but apparently there is jsdoc that can be used to tell closure about types.
I thought you might be interested in case you didn't know.
k
I'm afraid, not every user is going to incorporate GCC in their toolchain. It's quite special tool which implies some restrictions to your code, and some of the libraries you might want to use not necessarily follow these restrictions.
Also, I wonder why GCC can't infer types without hints. Code, generated by kotlinc-js, is quite simple and static