Skip to content

Commit

Permalink
Remove 'findDeprecatedUsages' that was previously deprecated (graphql…
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Feb 20, 2021
1 parent a5d9f5c commit 80c6718
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 60 deletions.
1 change: 0 additions & 1 deletion .nycrc.yml
Expand Up @@ -5,7 +5,6 @@ exclude:
- 'src/polyfills'
- '**/*-fuzz.js'
- '**/*.d.ts'
- 'src/utilities/findDeprecatedUsages.js'
clean: true
temp-directory: 'coverage'
report-dir: 'coverage'
Expand Down
2 changes: 0 additions & 2 deletions src/index.d.ts
Expand Up @@ -431,8 +431,6 @@ export {
DangerousChangeType,
findBreakingChanges,
findDangerousChanges,
// @deprecated: Report all deprecated usage within a GraphQL document.
findDeprecatedUsages,
} from './utilities/index';

export {
Expand Down
2 changes: 0 additions & 2 deletions src/index.js
Expand Up @@ -420,8 +420,6 @@ export {
DangerousChangeType,
findBreakingChanges,
findDangerousChanges,
// @deprecated: Report all deprecated usage within a GraphQL document.
findDeprecatedUsages,
} from './utilities/index';

export type {
Expand Down
21 changes: 0 additions & 21 deletions src/utilities/findDeprecatedUsages.d.ts

This file was deleted.

28 changes: 0 additions & 28 deletions src/utilities/findDeprecatedUsages.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/utilities/index.d.ts
Expand Up @@ -114,6 +114,3 @@ export {

// Wrapper type that contains DocumentNode and types that can be deduced from it.
export { TypedQueryDocumentNode } from './typedQueryDocumentNode';

// @deprecated: Report all deprecated usage within a GraphQL document.
export { findDeprecatedUsages } from './findDeprecatedUsages';
3 changes: 0 additions & 3 deletions src/utilities/index.js
Expand Up @@ -108,6 +108,3 @@ export {
findDangerousChanges,
} from './findBreakingChanges';
export type { BreakingChange, DangerousChange } from './findBreakingChanges';

// @deprecated: Report all deprecated usage within a GraphQL document.
export { findDeprecatedUsages } from './findDeprecatedUsages';

0 comments on commit 80c6718

Please sign in to comment.