Nubami SQReder
Nubami SQReder
No, error is the same for TS 3.8.3, which I use in project. Also I specified TS version in package.json, so it's used for compilation instead of global 3.3.
I've add line with nullish coalescence to prove that repl use at least TS 3.8 in which this feature was released
I think configure method can be expanded to adjust logging details for some units Something like this: ```ts const event = createEvent() configure(event, { payloadMap: heavyPayload => `HeavyPayload${heavyPayload.discriminator}` }) ```
Did you made a research over existing file generation solutions? Tons of them 🙂 I currently use integrated file templates feature in WebStorm, which uses Apache Template as a template...
I think you can look for inspiration in [generate-react-cli](https://github.com/arminbro/generate-react-cli) project
Still an issue. WebStorm 2022.2.3 Build #WS-222.4345.14, built on October 5, 2022 TS 4.8.4
Sry, thought it was fixed in webstorm
Bump for this. Look broken at recommended 13px and 14px. Win 10, WebStorm 2020.1.1  
Hello. What is the status currently?