Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(typescript-estree): add EXPERIMENTAL_useProjectService option to use TypeScript project service #6754

Merged

Tweaked project creation to try to explicitly set cwd

a2f71a7
Select commit
Failed to load commit list.
Merged

feat(typescript-estree): add EXPERIMENTAL_useProjectService option to use TypeScript project service #6754

Tweaked project creation to try to explicitly set cwd
a2f71a7
Select commit
Failed to load commit list.
Codecov / codecov/patch failed Apr 25, 2023 in 1s

23.07% of diff hit (target 90.00%)

View this Pull Request on Codecov

23.07% of diff hit (target 90.00%)

Annotations

Check warning on line 9 in packages/typescript-estree/src/create-program/createProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/create-program/createProjectService.ts#L9

Added line #L9 was not covered by tests

Check warning on line 14 in packages/typescript-estree/src/create-program/createProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/create-program/createProjectService.ts#L14

Added line #L14 was not covered by tests

Check warning on line 24 in packages/typescript-estree/src/create-program/createProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/create-program/createProjectService.ts#L24

Added line #L24 was not covered by tests

Check warning on line 26 in packages/typescript-estree/src/create-program/createProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/create-program/createProjectService.ts#L26

Added line #L26 was not covered by tests

Check warning on line 34 in packages/typescript-estree/src/create-program/createProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/create-program/createProjectService.ts#L34

Added line #L34 was not covered by tests

Check warning on line 36 in packages/typescript-estree/src/create-program/createProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/create-program/createProjectService.ts#L36

Added line #L36 was not covered by tests

Check warning on line 44 in packages/typescript-estree/src/create-program/createProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/create-program/createProjectService.ts#L43-L44

Added lines #L43 - L44 were not covered by tests

Check warning on line 46 in packages/typescript-estree/src/create-program/createProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/create-program/createProjectService.ts#L46

Added line #L46 was not covered by tests

Check warning on line 54 in packages/typescript-estree/src/create-program/createProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/create-program/createProjectService.ts#L54

Added line #L54 was not covered by tests

Check warning on line 8 in packages/typescript-estree/src/useProgramFromProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/useProgramFromProjectService.ts#L8

Added line #L8 was not covered by tests

Check warning on line 12 in packages/typescript-estree/src/useProgramFromProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/useProgramFromProjectService.ts#L12

Added line #L12 was not covered by tests

Check warning on line 16 in packages/typescript-estree/src/useProgramFromProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/useProgramFromProjectService.ts#L16

Added line #L16 was not covered by tests

Check warning on line 24 in packages/typescript-estree/src/useProgramFromProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/useProgramFromProjectService.ts#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 30 in packages/typescript-estree/src/useProgramFromProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/useProgramFromProjectService.ts#L30

Added line #L30 was not covered by tests

Check warning on line 33 in packages/typescript-estree/src/useProgramFromProjectService.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/typescript-estree/src/useProgramFromProjectService.ts#L33

Added line #L33 was not covered by tests