-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
931 changed files
with
10,292 additions
and
221,789 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
module.exports = { | ||
overrides: [ | ||
{ | ||
files: ['src/*.ts'], | ||
extends: 'standard-with-typescript', | ||
rules: { | ||
'array-bracket-spacing': [ 'error', 'always' ], | ||
'@typescript-eslint/no-confusing-void-expression': 'off', | ||
'comma-dangle': 'off', | ||
'@typescript-eslint/comma-dangle': [ 'error', 'always-multiline' ], | ||
'@typescript-eslint/strict-boolean-expressions': 'off', | ||
}, | ||
}, | ||
], | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
* Revive this | ||
* Move to promise API for any Node builtins | ||
* Bring back anything useful from old versions | ||
* Get 100% test coverage | ||
* Remove DOM-related stuff | ||
* Ensure all functions have JSDocs with examples | ||
* Update docs and changelog | ||
* Get 100% coverage: | ||
* Unit tests | ||
* https://github.com/nodejs/help/issues/3902 | ||
* Types | ||
* No ts-expect-errors | ||
* No `any` | ||
* No eslint-disables | ||
* Aim for no useless imports (avoid the lodash problem) | ||
* Aim for ES2024+/Node21+ compatibility only | ||
* See if Node's builtin test runner can get coverage with TS yet | ||
* Get rid of eslint/prettier, just use ts-standard | ||
* Remove anything that can be done with plain JS now |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. |
Oops, something went wrong.