jaystack / jaydata

Notice: this library isn't maintained anymore
http://jaydata.org
GNU General Public License v2.0
354 stars 95 forks source link

Jaysvcutil enhancements #289

Open raveclassic opened 7 years ago

raveclassic commented 7 years ago

Thanks for such a great utility first!

Unfortunately I cannot find the source here, so there's no way to open a PR for impromevents. Here are some of them:

declare module './context' { namespace $data { interface Queryable<T extends base.$data.Entity | base.Edm.Primitive> { withInlineCount(this: Queryable): this; withCount(this: Queryable): this; } } }


But it is only possible when manually replacing `module` by `namespace` in generated `./context.d.ts` file.
- It would be extremely useful to allow custom `.d.ts` file templates for generation. Currenly its `JayData.src` in `jaydata-dynamic-metadata/src/dts.ts`
ogrim commented 7 years ago

Is this the source you are looking for? https://github.com/jaystack/jaysvcutil