Skip to content

Commit b9e1cb1

Browse files
Remove deprecated 'isValidJSValue' function (#2126)
1 parent 2f479b7 commit b9e1cb1

File tree

6 files changed

+0
-37
lines changed

6 files changed

+0
-37
lines changed

src/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,6 @@ export {
387387
coerceInputValue,
388388
// @deprecated use coerceInputValue - will be removed in v15
389389
coerceValue,
390-
// @deprecated use coerceInputValue - will be removed in v15
391-
isValidJSValue,
392390
// @deprecated use validation - will be removed in v15
393391
isValidLiteralValue,
394392
// Concatenates multiple AST together.

src/utilities/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ export { coerceInputValue } from './coerceInputValue';
8686
// @deprecated use coerceInputValue - will be removed in v15.
8787
export { coerceValue } from './coerceValue';
8888

89-
// @deprecated use coerceInputValue - will be removed in v15.
90-
export { isValidJSValue } from './isValidJSValue';
91-
9289
// @deprecated use validation - will be removed in v15
9390
export { isValidLiteralValue } from './isValidLiteralValue';
9491

src/utilities/isValidJSValue.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

tstypes/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,6 @@ export {
387387
coerceInputValue,
388388
// @deprecated use coerceInputValue - will be removed in v15
389389
coerceValue,
390-
// @deprecated use coerceInputValue - will be removed in v15
391-
isValidJSValue,
392390
// @deprecated use validation - will be removed in v15
393391
isValidLiteralValue,
394392
// Concatenates multiple AST together.

tstypes/utilities/index.d.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ export { coerceInputValue } from './coerceInputValue';
8383
// Coerces a JavaScript value to a GraphQL type, or produces errors.
8484
export { coerceValue } from './coerceValue';
8585

86-
// @deprecated use coerceValue - will be removed in v15
87-
export { isValidJSValue } from './isValidJSValue';
88-
8986
// @deprecated use validation - will be removed in v15
9087
export { isValidLiteralValue } from './isValidLiteralValue';
9188

tstypes/utilities/isValidJSValue.d.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)