Searched refs:_isJsInferredProject (Results 1 – 5 of 5) sorted by relevance
1817 private _isJsInferredProject = false; property in ts.server.InferredProject1820 if (isJsInferredProject !== this._isJsInferredProject) {1821 this._isJsInferredProject = isJsInferredProject;1832 if (this._isJsInferredProject && typeof newOptions.maxNodeModuleJsDepth !== "number") {1835 else if (!this._isJsInferredProject) {1882 if (!this._isJsInferredProject && info.isJavaScript()) {1891 if (this._isJsInferredProject && info.isJavaScript()) {
9533 private _isJsInferredProject; property in ts.InferredProject
155408 _this._isJsInferredProject = false;155418 if (isJsInferredProject !== this._isJsInferredProject) {155419 this._isJsInferredProject = isJsInferredProject;155429 … if (this._isJsInferredProject && typeof newOptions.maxNodeModuleJsDepth !== "number") {155432 else if (!this._isJsInferredProject) {155441 if (!this._isJsInferredProject && info.isJavaScript()) {155449 if (this._isJsInferredProject && info.isJavaScript()) {
155214 _this._isJsInferredProject = false;155224 if (isJsInferredProject !== this._isJsInferredProject) {155225 this._isJsInferredProject = isJsInferredProject;155235 … if (this._isJsInferredProject && typeof newOptions.maxNodeModuleJsDepth !== "number") {155238 else if (!this._isJsInferredProject) {155247 if (!this._isJsInferredProject && info.isJavaScript()) {155255 if (this._isJsInferredProject && info.isJavaScript()) {
9656 private _isJsInferredProject; property in ts.InferredProject