From d72271b80033804e75dfa98de1c80a40ae6a664a Mon Sep 17 00:00:00 2001 From: Klaus Meinhardt Date: Thu, 31 Jan 2019 11:29:29 +0100 Subject: [PATCH] update baseline --- tests/baselines/reference/typingsSuggestion1.errors.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/baselines/reference/typingsSuggestion1.errors.txt b/tests/baselines/reference/typingsSuggestion1.errors.txt index 0fdb37f66b0..88766c2a613 100644 --- a/tests/baselines/reference/typingsSuggestion1.errors.txt +++ b/tests/baselines/reference/typingsSuggestion1.errors.txt @@ -1,4 +1,4 @@ -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. +tests/cases/conformance/typings/a.ts(1,1): error TS2591: 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. ==== tests/cases/conformance/typings/tsconfig.json (0 errors) ==== @@ -7,5 +7,5 @@ tests/cases/conformance/typings/a.ts(1,1): error TS2589: Cannot find name 'modul ==== tests/cases/conformance/typings/a.ts (1 errors) ==== module.exports = 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. +!!! error TS2591: 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. \ No newline at end of file