Skip to content

Commit c387276

Browse files
Mysak0CZljharb
authored andcommitted
[utils] [fix] parse: also delete parserOptions.projectService
1 parent 09476d7 commit c387276

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

utils/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
88
### Changed
99
- [types] use shared config (thanks [@ljharb])
1010

11+
### Fixed
12+
- `parse`: also delete `parserOptions.projectService` ([#3039], thanks [@Mysak0CZ])
13+
1114
## v2.8.1 - 2024-02-26
1215

1316
### Fixed
@@ -142,6 +145,7 @@ Yanked due to critical issue with cache key resulting from #839.
142145
### Fixed
143146
- `unambiguous.test()` regex is now properly in multiline mode
144147

148+
[#3039]: https://github.com/import-js/eslint-plugin-import/pull/3039
145149
[#2963]: https://github.com/import-js/eslint-plugin-import/pull/2963
146150
[#2755]: https://github.com/import-js/eslint-plugin-import/pull/2755
147151
[#2714]: https://github.com/import-js/eslint-plugin-import/pull/2714
@@ -188,6 +192,7 @@ Yanked due to critical issue with cache key resulting from #839.
188192
[@manuth]: https://github.com/manuth
189193
[@maxkomarychev]: https://github.com/maxkomarychev
190194
[@mgwalker]: https://github.com/mgwalker
195+
[@Mysak0CZ]: https://github.com/Mysak0CZ
191196
[@nicolo-ribaudo]: https://github.com/nicolo-ribaudo
192197
[@pmcelhaney]: https://github.com/pmcelhaney
193198
[@sergei-startsev]: https://github.com/sergei-startsev

utils/parse.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ exports.default = function parse(path, content, context) {
134134
// only parse one file in isolate mode, which is much, much faster.
135135
// https://github.com/import-js/eslint-plugin-import/issues/1408#issuecomment-509298962
136136
delete parserOptions.EXPERIMENTAL_useProjectService;
137+
delete parserOptions.projectService;
137138
delete parserOptions.project;
138139
delete parserOptions.projects;
139140

0 commit comments

Comments
 (0)