Roman Jámbor

Results 109 comments of Roman Jámbor

Hi @leohubert, check the discussion #58. > Now the end application using reflection should generate types, even for an npm packages. Package built with current version can contain metadata and...

I've designed system for this in v1. Partially implemented.

Implemented for the v1. Not in the current version.

Implemented for the v1. Not in the current version.

You are accessing decorators of the type, ie. you are accessing decorators of the `string` type, which has no decorators. There are no parameter decorators yet.

Implemented for the v1. Not in the current version.

This is an issue inside tst-reflect package. https://github.com/Hookyns/tst-reflect/issues/81 I think the issue here can be closed.

Hi, you can participate in Alpha version (it's fixed there) or you have to declare that variable in "index" file on your own as shown above. Do you have some...

@paluchi Ahh, okay. You just have to replace `window` by `global` or `globalThis`.