Skip to content

Commit

Permalink
Remove deprecated 'isValidJSValue' function (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Sep 15, 2019
1 parent 15ae806 commit 2ed6183
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 37 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,6 @@ export {
coerceInputValue,
// @deprecated use coerceInputValue - will be removed in v15
coerceValue,
// @deprecated use coerceInputValue - will be removed in v15
isValidJSValue,
// @deprecated use validation - will be removed in v15
isValidLiteralValue,
// Concatenates multiple AST together.
Expand Down
3 changes: 0 additions & 3 deletions src/utilities/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ export { coerceInputValue } from './coerceInputValue';
// @deprecated use coerceInputValue - will be removed in v15.
export { coerceValue } from './coerceValue';

// @deprecated use coerceInputValue - will be removed in v15.
export { isValidJSValue } from './isValidJSValue';

// @deprecated use validation - will be removed in v15
export { isValidLiteralValue } from './isValidLiteralValue';

Expand Down
19 changes: 0 additions & 19 deletions src/utilities/isValidJSValue.js

This file was deleted.

2 changes: 0 additions & 2 deletions tstypes/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,6 @@ export {
coerceInputValue,
// @deprecated use coerceInputValue - will be removed in v15
coerceValue,
// @deprecated use coerceInputValue - will be removed in v15
isValidJSValue,
// @deprecated use validation - will be removed in v15
isValidLiteralValue,
// Concatenates multiple AST together.
Expand Down
3 changes: 0 additions & 3 deletions tstypes/utilities/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ export { coerceInputValue } from './coerceInputValue';
// Coerces a JavaScript value to a GraphQL type, or produces errors.
export { coerceValue } from './coerceValue';

// @deprecated use coerceValue - will be removed in v15
export { isValidJSValue } from './isValidJSValue';

// @deprecated use validation - will be removed in v15
export { isValidLiteralValue } from './isValidLiteralValue';

Expand Down
8 changes: 0 additions & 8 deletions tstypes/utilities/isValidJSValue.d.ts

This file was deleted.

0 comments on commit 2ed6183

Please sign in to comment.