Skip to content

Commit 680cc3d

Browse files
committed
accept baseline change
1 parent 6eb8365 commit 680cc3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tests/cases/conformance/typings/a.ts(1,1): error TS2588: Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
1+
tests/cases/conformance/typings/a.ts(1,1): error TS2589: Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
22

33

44
==== tests/cases/conformance/typings/tsconfig.json (0 errors) ====
@@ -7,5 +7,5 @@ tests/cases/conformance/typings/a.ts(1,1): error TS2588: Cannot find name 'modul
77
==== tests/cases/conformance/typings/a.ts (1 errors) ====
88
module.exports = 1;
99
~~~~~~
10-
!!! error TS2588: Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
10+
!!! error TS2589: Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
1111

0 commit comments

Comments
 (0)