-
### Problem
While trying to `pnpm build:docs` I ran into the following TS errors:
```
src/components/range-calendar/range-calendar.tsx(28,39): error TS2345: Argument of type '{ createCalendar: …
-
I think it would be helpful to use typescript instead of javascript for the componenets.
There is pretty much nothing to do except for renaming the files, the rest is set up already.
-
Syntax block support for
* [ ] jsx support
* [ ] typescript support
* [ ] tsx support
* [ ] babel support
How about we pipe these code blocks to another Unix command?
Add flag array to com…
reggi updated
4 weeks ago
-
Hey, I'm trying the new code coverage feature, first of all, thank you for the work.
It doesn't work for me, I don't know if I'm missing some configuration. Currently using this configuration:
`…
-
## Description:
I would like to propose a new rule for `eslint-plugin-react` that enforces the presence of JSX elements in files with a `.tsx` extension. This rule would help maintain consistency and …
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new…
-
### Check for existing issues
- [X] Completed
### Describe the feature
It would be super helpful to have something like:
Warning: TypeScript syntax detected in .jsx file.
Would you like to:
[…
-
It would be super helpful to have something like:
```
Warning: TypeScript syntax detected in .jsx file.
Would you like to:
[ ] Rename to .tsx
[ ] Remove TypeScript syntax
[ ] Ignore warning
```
…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues).
### Descr…
-
We need emitters to have as low dependencies as possible, and "tsx" is convenient, but not necessary. We could write our scripts in TypeScript, compile them in JS at release time, and ship that (not s…