Ben Coveney
Ben Coveney
I think the hide event is already triggered but I will add hidden 👍
I have some [rough typings](https://git.bencoveney.com/bencoveney/webgl-tiles/blob/master/src/type/entity-component-system.d.ts). Feel free to use them or I can tidy up them up and make a PR if the author wants them?
That link is dead now - here's the typings: ```typescript // entity-component-system.d.ts declare module "entity-component-system" { export class EntityComponentSystem { constructor(); add(system: System): void; addEach(system: System, search: string): void; run(entityPool:...
Waiting for official support from TypeScript sounds like a good plan to me 👍 I think I understand your point regarding looking outside the CWD - It does feel a...
This sounds reasonable to me 👍 In https://github.com/bencoveney/barrelsby/issues/178 I have mentioned the possibility of retaining file extensions for unknown file types. It would be interesting to think about what config...
Hi @Romakita Thanks for the contribution 👍 The code changes (syntax, tests) all look good to me. We have had some discussion previously about esm support - see: - https://github.com/bencoveney/barrelsby/pull/174...
> You trying to detect the type of the module commonjs/module. Sort of yes. My understanding at the moment is: it would be best to match the behaviour of the...
My diagnosis might not be correct, but I think this problem is impacting us as well. We have some custom loaders in our project written in TypeScript. When we run...
Hi @prescience-data Some bits of context: Part of the previous rationale for adding the header was that it might be useful to have something identifable in the barrel files. The...
Thanks for the feedback. Have gone with omitting the "scientist" one for now seeing as it deviates from the comic and also doesn't always substitute in well in all scenarios.