Kaido Iwamoto
Kaido Iwamoto
To support TypeScript 4.7, update `@babel/parser` and `prettier`.
**Describe the bug** I specified `CAlertDialog`'s `leastDestructiveRef` with ref of second button, but the first button was initially focused. ```html ... ... Do it Cancel ``` **Expected behavior** Second button...
- Update some dependencies and support TypeScript 5.0 - Fix code to work with latest `@babel/generator` (describing below) - `@babel/generator` changed way how to print comments - But some cases...
While I investigating #1409, I found suspicious code from stack trace. Because it works as expected after fixing there, I made this pull request.
**Describe the bug** Version: 18.0.0 I tried to replace a JsxSelfClosingElement with text, but it failed with following error: error log ``` /project/node_modules/ts-morph/dist/ts-morph.js:39 throw new common.errors.InvalidOperationError("Cannot get the next when...
### Problem Previously, generated code from the `oneOf` schema without a discriminator might cause runtime errors. schema: ```yaml openapi: 3.0.0 info: version: 1.0.0 title: Test description: Test paths: /foo: get:...