-
Currently our GitHub Actions tests don't include transpiling TypeScript to JavaScript, which is problematic because then no type checking is done on pull requests.
To make this happen, several mino…
-
Would you add Typescript support for this lib ? Please
Thank you for you work.
-
- Rollup Plugin Name: rollup-plugin-typescript
- Rollup Plugin Version: 12.1.0
- Rollup Version: 4.22.4
- Operating System (or Browser): Ubuntu 22.04
- Node Version: 22.9.0
- Link to reproduction…
-
-
is there any plans for typescript porting of foliate js?
This renderer could very well replace epub.js, but for us to really integrate it into our workflow a typescript port is needed
thanks fo…
-
Found a bug? Please fill out the sections below. 👍
Just use the repo
Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead?
### Actua…
-
**Describe the bug**
A common bug that keeps reoccurring is values being unexpectedly set to `null` or `undefined`. This can be fixed through TypeScript by enabling `strictNullChecks`.
```json
"c…
-
### Which Cloudflare product(s) does this pertain to?
Wrangler
### What version(s) of the tool(s) are you using?
3.80.0 [wrangler]
### What version of Node are you using?
20
### What operating s…
zwily updated
2 weeks ago
-
Please implement the @types/luxon-business-days in order to work with typescript, like the main library 👌
-
### Expected Behaviour
This is should add the class as component. It is not working because of ts.
```
import {register} from '@nc/component-loader';
class testScript {
constructor() …