Skip to content

Commit 2502a36

Browse files
committed
final tweaks
1 parent 313d930 commit 2502a36

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/afraid-fishes-appear.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'graphql-language-service': major
3+
---
4+
5+
Retire parser, interface, utils and types packages, combine with graphql-language-service

.codecov.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ flags:
1616
graphiql:
1717
paths:
1818
- packages/graphiql/
19-
graphql-language-service-interface:
19+
graphql-language-service:
2020
paths:
21-
- packages/graphql-language-service-interface/
22-
graphql-language-service-utils:
21+
- packages/graphql-language-service
22+
23+
graphql-language-service-server:
2324
paths:
24-
- packages/graphql-language-service-utils/
25+
- packages/graphql-language-service-server

jest.config.base.js

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ module.exports = (dir, env = 'dom') => {
4040
'test',
4141
'examples',
4242
'graphiql-2-rfc-context',
43-
'graphql-language-service-types',
4443
'.d.ts',
4544
'types.ts',
4645
],

0 commit comments

Comments
 (0)