Jae B
Jae B
Well, the way I've posted above is backwards compatible as well, it just has two-definitions, one without the polymorphic parameter and one with it :) If your version has no...
Im not an owner on this repo or anything special, but are you able to post links to examples of what you mean? I don't actually understand the problem you're...
Ah right! Im personally not sure the cost of being able to customise the banner message is worth it. What tangible benefit is there to adding this feature? What does...
The following alternate generated syntax will give compile-time errors with hyphen values. ```ts // This file is automatically generated. // Please do not change this file! const enum CssExports {...
@jahredhope I'm happy to make a PR + tests if you guys are willing to accept it. If I put in the effort will this get merged?
I explored this option and it can fail in cases where users simply passed the entire `styles` variable to another value. ie. we're utilizing this in a project using Aurelia...
Nevermind, I think I have a nice solution / patch to this problem. We just define an index signature that returns void. For example: ```tsx // This file is automatically...
This approach has problems as pointed out by @mattsjones in his comment: https://github.com/seek-oss/css-modules-typescript-loader/pull/29#issuecomment-543501062 Needs further investigation.
I have something functional but not elegant available for those interested here: https://github.com/gopherjs/websocket/pull/26 I'm not really interested in covering this off properly as I will most likely move away from...
If it's still possible and fairly simple to support this kind of statement for PHP 7.1 and lower, that'd be fantastic.