forked from eslint/tsc-meetings
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add 2023-09-21 meeting notes (eslint#455)
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 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,45 @@ | ||
# 2023-09-21 ESLint TSC Meeting Notes | ||
|
||
## Transcript | ||
|
||
[`2023-09-21-transcript.md`](2023-09-21-transcript.md) | ||
|
||
## Attending | ||
|
||
* Nicholas C. Zakas (@nzakas) - TSC | ||
* Milos Djermanovic (@mdjermanovic) - TSC | ||
|
||
@nzakas moderated, and @sam3k took notes. | ||
|
||
## Topics | ||
|
||
### [New v9.0.0 Candidates](https://github.com/orgs/eslint/projects/4) | ||
|
||
| Feature | 👍 | 👎 | 🤷♂️ | Notes | | ||
| ------- | -- | -- | - | ----- | | ||
| [Bug: Incorrect code path analysis for return in try blocks with catch clause](https://github.com/eslint/eslint/issues/17579) | 2 | | | | | ||
| [Implement Language Plugins](https://github.com/eslint/eslint/issues/16999) | 2 | | | | | ||
| [Change Request: Drop Node v12/v14/v16/v17/v19 support](https://github.com/eslint/eslint/issues/17595) | 2 | | | | | ||
| [Change Request: Add new rules to eslint:recommended for v9.0.0](https://github.com/eslint/eslint/issues/17596) | 2 | | | | | ||
| [Implement Flat Config](https://github.com/eslint/eslint/issues/13481) | 2 | | | | | ||
|
||
#### Regarding issue [#16999](https://github.com/eslint/eslint/issues/16999) | ||
|
||
**Summary:** Looks like Phase 7 calls for warning about `getCwd()` and on `context` in `RuleTester` then removal on Phase 8. | ||
|
||
**Resolution:** Non-critical changes will be left for [v10.0.0](https://github.com/orgs/eslint/projects/6/). | ||
|
||
#### Regarding issue [#13481](https://github.com/eslint/eslint/issues/13481) | ||
|
||
**Summary:** Should we remove `context.parserPath` and `context.parserOptions` in v9?. | ||
|
||
**Resolution:** We will leave them in v9 and remove them in v10. That will avoid any eslintrc compatibility issues between now and when we remove eslintrc. | ||
|
||
**Action Items:** | ||
* @nzakas will update the blog post. | ||
|
||
### Scheduled release for September 21st, 2023 | ||
|
||
**Action Items:** @mdjermanovic will handle the release: | ||
* `eslint` | ||
* `eslint/js` |