File tree 2 files changed +2
-2
lines changed
tests/baselines/reference/api 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6991,13 +6991,13 @@ declare namespace ts {
6991
6991
}
6992
6992
enum ModuleResolutionKind {
6993
6993
Classic = 1,
6994
- Node10 = 2,
6995
6994
/**
6996
6995
* @deprecated
6997
6996
* `NodeJs` was renamed to `Node10` to better reflect the version of Node that it targets.
6998
6997
* Use the new name or consider switching to a modern module resolution target.
6999
6998
*/
7000
6999
NodeJs = 2,
7000
+ Node10 = 2,
7001
7001
Node16 = 3,
7002
7002
NodeNext = 99,
7003
7003
Bundler = 100
Original file line number Diff line number Diff line change @@ -3048,13 +3048,13 @@ declare namespace ts {
3048
3048
}
3049
3049
enum ModuleResolutionKind {
3050
3050
Classic = 1 ,
3051
- Node10 = 2 ,
3052
3051
/**
3053
3052
* @deprecated
3054
3053
* `NodeJs` was renamed to `Node10` to better reflect the version of Node that it targets.
3055
3054
* Use the new name or consider switching to a modern module resolution target.
3056
3055
*/
3057
3056
NodeJs = 2 ,
3057
+ Node10 = 2 ,
3058
3058
Node16 = 3 ,
3059
3059
NodeNext = 99 ,
3060
3060
Bundler = 100
You can’t perform that action at this time.
0 commit comments