graphql-language-service-config
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -66,3 +66,3 @@ 'use strict'; | ||
if (appConfig) { | ||
return _this.isFileInInputDirs(filePath, appName); | ||
return _this.isFileInIncludeDirs(filePath, appName); | ||
} | ||
@@ -96,4 +96,4 @@ return false; | ||
GraphQLConfig.prototype.getInputDirs = function getInputDirs(appName) { | ||
return this._getPropertyFromConfig('inputDirs', appName, []); | ||
GraphQLConfig.prototype.getIncludeDirs = function getIncludeDirs(appName) { | ||
return this._getPropertyFromConfig('includeDirs', appName, []); | ||
}; | ||
@@ -109,3 +109,3 @@ | ||
GraphQLConfig.prototype.isFileInInputDirs = function isFileInInputDirs(fileName, appName) { | ||
GraphQLConfig.prototype.isFileInIncludeDirs = function isFileInIncludeDirs(fileName, appName) { | ||
if (appName) { | ||
@@ -112,0 +112,0 @@ if (this._config[PROJECTS_NAME] && this._config[PROJECTS_NAME][appName] && this._config[PROJECTS_NAME][appName].includeDirs) { |
{ | ||
"name": "graphql-language-service-config", | ||
"repository": "https://github.com/graphql/graphql-language-service", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "A tool-kit for accessing and using `.graphqlrc` configuration files", | ||
@@ -29,4 +29,4 @@ "contributors": [ | ||
"dependencies": { | ||
"graphql-language-service-types": "0.0.16" | ||
"graphql-language-service-types": "0.0.17" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
22664
+ Addedgraphql-language-service-types@0.0.17(transitive)
- Removedgraphql-language-service-types@0.0.16(transitive)