Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed28964

Browse files
author
Travis CI
committed
Deploy fa1341f to NPM branch
1 parent 6a43c4d commit ed28964

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -492,12 +492,6 @@ Object.defineProperty(exports, 'Source', {
492492
return _language.Source;
493493
}
494494
});
495-
Object.defineProperty(exports, 'SourceLocation', {
496-
enumerable: true,
497-
get: function get() {
498-
return _language.SourceLocation;
499-
}
500-
});
501495
Object.defineProperty(exports, 'getLocation', {
502496
enumerable: true,
503497
get: function get() {

index.js.flow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ export type {
170170
// Parse and operate on GraphQL language source files.
171171
export {
172172
Source,
173-
SourceLocation,
174173
getLocation,
175174
// Parse
176175
parse,
@@ -192,6 +191,7 @@ export {
192191
export type {
193192
Lexer,
194193
ParseOptions,
194+
SourceLocation,
195195
// Visitor utilities
196196
ASTVisitor,
197197
Visitor,

module/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ getNullableType, getNamedType,
6161
validateSchema, assertValidSchema } from './type';
6262

6363
// Parse and operate on GraphQL language source files.
64-
export { Source, SourceLocation, getLocation,
64+
export { Source, getLocation,
6565
// Parse
6666
parse, parseValue, parseType,
6767
// Print

module/index.js.flow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ export type {
170170
// Parse and operate on GraphQL language source files.
171171
export {
172172
Source,
173-
SourceLocation,
174173
getLocation,
175174
// Parse
176175
parse,
@@ -192,6 +191,7 @@ export {
192191
export type {
193192
Lexer,
194193
ParseOptions,
194+
SourceLocation,
195195
// Visitor utilities
196196
ASTVisitor,
197197
Visitor,

0 commit comments

Comments
 (0)