Roman Jámbor
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?
Support class generic parameters same ways the method generic parameters. ```typescript class Foo { doSomething() { getType(); } } ```
Write tests, at least for core features before v1.0.0.
# 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...
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.
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.
# 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...
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. 🎉
## 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). ##...
## Feature request **What is the usage?** ```typescript class Foo { private static expression: Expression boolean> = x => !!x; } ``` **What is the expected behavior?** Field `expression` is...