Martin Elend
Martin Elend
A ```registerForgeConfigForDirectory``` API would be fine for me. But then there should be a way to unregister the config again (Maybe calling ```registerForgeConfigForDirectory``` with ```null``` or ```undefinied```). I'm happy to...
I just had the same problem. I temporarly solved it by replacing "=>" with "⇒". I think the offending code is the following: https://github.com/lit/lit/blob/945f5aa7b1c01e514c69089bb6d13719dade928a/packages/localize-tools/src/typescript.ts#L86-L96 If i understand it correctly, only...
After digging a little deeper i figured out the following: @justinfagnani There is already a test for this, but the expected value included the escape sequences: https://github.com/lit/lit/pull/5058/files#diff-f69680f4d4214898d3d6247b7ad6a30a08aec9f7ff0f83fb699c59668cfe07efL347-L351 There also already...
Is there anything i need to to to get this merged?? I am just asking, because i am not so familiar with open source development.