forked from graphql/graphiql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
43 lines (40 loc) · 1.69 KB
/
.flowconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[ignore]
.*/__mocks__/.*
.*/__tests__/.*
!*.flow.js
.*/coverage/.*
!packages/codemirror-graphql/.*
!packages/codemirror-graphql/.*
.*/dist/.*
.*/resources/.*
.*/node_modules/.*
.*/node_modules/conventional-changelog-core/*
!<PROJECT_ROOT>/node_modules/chai
!<PROJECT_ROOT>/node_modules/graphql
!<PROJECT_ROOT>/node_modules/iterall
!<PROJECT_ROOT>/node_modules/codemirror
!<PROJECT_ROOT>/node_modules/codemirror-graphql
!<PROJECT_ROOT>/node_modules/graphql-language-service-interface
!<PROJECT_ROOT>/node_modules/graphql-language-service-server
!<PROJECT_ROOT>/node_modules/graphql-language-service-parser
!<PROJECT_ROOT>/node_modules/graphql-language-service-types
!<PROJECT_ROOT>/node_modules/graphql-language-service-utils
!<PROJECT_ROOT>/node_modules/glob
!<PROJECT_ROOT>/node_modules/@babel/parser
!<PROJECT_ROOT>/node_modules/vscode-languageserver
!<PROJECT_ROOT>/node_modules/vscode-jsonrpc
!<PROJECT_ROOT>/node_modules/vscode-languageserver-types
!<PROJECT_ROOT>/node_modules/nullthrows
!<PROJECT_ROOT>/node_modules/fb-watchman
!<PROJECT_ROOT>/node_modules/yargs
<PROJECT_ROOT>/node_modules/graphql/error/GraphQLError.js.flow*
<PROJECT_ROOT>/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js.flow
<PROJECT_ROOT>/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js.flow
<PROJECT_ROOT>/node_modules/graphql/polyfills/symbols.js.flow
[include]
[libs]
[options]
module.name_mapper='^graphql-language-\([^/]+\)$' -> '<PROJECT_ROOT>/packages/graphql-language-\1/src/index.js'
module.name_mapper='graphiql' -> '<PROJECT_ROOT>/packages/graphiql/src/index.js'
module.name_mapper='codemirror-graphql' -> '<PROJECT_ROOT>/packages/codemirror-graphql/src/index.js'
esproposal.optional_chaining=enable