You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Calculates the resulting resolution mode for some reference in some file - this is generally the explicitly
5115
5107
* provided resolution mode in the reference, unless one is not present, in which case it is the mode of the containing file.
@@ -5122,7 +5114,7 @@ declare namespace ts {
5122
5114
* @param file File to fetch the resolution mode within
5123
5115
* @param index Index into the file's complete resolution list to get the resolution of - this is a concatenation of the file's imports and module augmentations
* Calculates the final resolution mode for a given module reference node. This is generally the explicitly provided resolution mode, if
5128
5120
* one exists, or the mode of the containing source file. (Excepting import=require, which is always commonjs, and dynamic import, which is always esm).
* Calculates the resulting resolution mode for some reference in some file - this is generally the explicitly
5115
5107
* provided resolution mode in the reference, unless one is not present, in which case it is the mode of the containing file.
@@ -5122,7 +5114,7 @@ declare namespace ts {
5122
5114
* @param file File to fetch the resolution mode within
5123
5115
* @param index Index into the file's complete resolution list to get the resolution of - this is a concatenation of the file's imports and module augmentations
* Calculates the final resolution mode for a given module reference node. This is generally the explicitly provided resolution mode, if
5128
5120
* one exists, or the mode of the containing source file. (Excepting import=require, which is always commonjs, and dynamic import, which is always esm).
0 commit comments