Daniel Contreras
Daniel Contreras
First of all great work, this has been very useful to us. **Feature Request** Description: Since #168 the project has `toResolve()` and `toReject()`, bus as pointed in https://github.com/jest-community/jest-extended/issues/130#issuecomment-433866458 (BTW I...
Hi everyone, hi @dcavanagh. Is this project still under maintenance? Last commit was almost a year ago and there are issues and PRs that have been opened without any answer....
Having this file (with 4 empty/blank lines): ```ts const x = 'hello'; console.log(x); ``` and `tslint.json`: ```json { "rules": { "no-consecutive-blank-lines": false } } ``` Running `tsfmt -r` replaces the...
## 🐛 Bug Report When running jest using `--watch` or `--onlyChanged` (under a git repository), modified files including extraneous characters (like simple UTF-8 one as "ñ" or "á") are not...
### Desired Behavior Consider a source file `src/package-a/index.ts` that will be transpiled by tsc to `build/package-a/index.js`, and a `package.json` that looks like this: ```json { "type": "module", "imports": { "#package-a":...
## Feature Request ### Problem description An `a` element without an `href` can lead to accessibility issues. For instance their not focusable by default using the `Tab` key on the...
Hi! First of all, thank you very much for this software, has been super useful. Congrats! I would like to use LucasChess to replace online tools like chess(dot)com or liches...