Nubami SQReder

Results 26 comments of 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

Bump for this. Look broken at recommended 13px and 14px. Win 10, WebStorm 2020.1.1 ![image](https://user-images.githubusercontent.com/1519753/81824987-bb3bf080-953e-11ea-8108-bf6faa7588b2.png) ![image](https://user-images.githubusercontent.com/1519753/81824741-7d3ecc80-953e-11ea-9c5d-06292e34d518.png)

Hello. What is the status currently?