Roman Jámbor

Results 10 issues of Roman Jámbor

Hello, it would be nice if an Azure Dev Ops Server hosted on-premise was supported. Are there any plans to extend issue tracking with on-premise Dev Ops Servers?

enhancement

Support class generic parameters same ways the method generic parameters. ```typescript class Foo { doSomething() { getType(); } } ```

enhancement
implemented

Write tests, at least for core features before v1.0.0.

enhancement
help wanted
good first issue
in-progress

# Proposed Changes 1. Create new class `Module` ```typescript class Module { // Pointer to "native" module; created by system; assigned to all native types such as number, string, Array...

enhancement
implemented

Add two config options `include` and `exclude` which will be array of Glob patterns matching modules (files). Types from those modules will be automatically processed and added to metadata library.

enhancement
implemented

For the sake of browser usage we should make bundled and minified version of runtime package which will be browser (plain TypeScript; no bundlers) friendly.

nice to have

# Proposed Changes - Add option `reflection.onlySafeImports: boolean`, - in case the onlySafeImports is true, all Type descriptions of types from `node_modules` will have plain `Object` as ctor. # Notes...

enhancement

Sign here who wants to participate in the alpha of the new major version. I will invite you to the private project when it is ready. 🎉

help wanted

## This is a known bug You can find this issue in projects with incremental build and/or HMR. This is fixed in the new major version (not released yet). ##...

bug
Fixed@alpha

## Feature request **What is the usage?** ```typescript class Foo { private static expression: Expression boolean> = x => !!x; } ``` **What is the expected behavior?** Field `expression` is...

enhancement
good first issue