Home
last modified time | relevance | path

Searched refs:_isJsInferredProject (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/server/
Dproject.ts1817 private _isJsInferredProject = false; property in ts.server.InferredProject
1820 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()) {
/third_party/typescript/lib/
Dtsserverlibrary.d.ts9533 private _isJsInferredProject; property in ts.InferredProject
Dtsserverlibrary.js155408 _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()) {
Dtsserver.js155214 _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()) {
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts9656 private _isJsInferredProject; property in ts.InferredProject