File tree Expand file tree Collapse file tree
tests/baselines/reference/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6991,13 +6991,13 @@ declare namespace ts {
69916991 }
69926992 enum ModuleResolutionKind {
69936993 Classic = 1,
6994- Node10 = 2,
69956994 /**
69966995 * @deprecated
69976996 * `NodeJs` was renamed to `Node10` to better reflect the version of Node that it targets.
69986997 * Use the new name or consider switching to a modern module resolution target.
69996998 */
70006999 NodeJs = 2,
7000+ Node10 = 2,
70017001 Node16 = 3,
70027002 NodeNext = 99,
70037003 Bundler = 100
Original file line number Diff line number Diff line change @@ -3048,13 +3048,13 @@ declare namespace ts {
30483048 }
30493049 enum ModuleResolutionKind {
30503050 Classic = 1 ,
3051- Node10 = 2 ,
30523051 /**
30533052 * @deprecated
30543053 * `NodeJs` was renamed to `Node10` to better reflect the version of Node that it targets.
30553054 * Use the new name or consider switching to a modern module resolution target.
30563055 */
30573056 NodeJs = 2 ,
3057+ Node10 = 2 ,
30583058 Node16 = 3 ,
30593059 NodeNext = 99 ,
30603060 Bundler = 100
You can’t perform that action at this time.
0 commit comments