Skip to content

Commit e906d23

Browse files
TypeScript Botsandersn
authored andcommitted
Update user baselines (#30317)
1 parent 62b0d98 commit e906d23

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/baselines/reference/user/TypeScript-React-Native-Starter.log

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Exit Code: 1
22
Standard output:
3-
node_modules/@types/react-native/index.d.ts(3895,26): error TS2693: 'setImmediate' only refers to a type, but is being used as a value here.
4-
node_modules/@types/react-native/index.d.ts(3896,28): error TS2693: 'clearImmediate' only refers to a type, but is being used as a value here.
3+
node_modules/@types/node/globals.d.ts(163,13): error TS2451: Cannot redeclare block-scoped variable 'global'.
4+
node_modules/@types/node/globals.d.ts(217,13): error TS2300: Duplicate identifier 'require'.
5+
node_modules/@types/react-native/index.d.ts(8958,11): error TS2451: Cannot redeclare block-scoped variable 'global'.
6+
node_modules/@types/react-native/index.d.ts(8959,14): error TS2300: Duplicate identifier 'require'.
57

68

79

0 commit comments

Comments
 (0)