TypeScript/tests/baselines/reference/tslibInJs.errors.txt
Ron Buckton ec4863cc0e
Fix37991 (#43166)
* Add failing test

* Fix tslib check errors for commonjs imports
2021-03-09 11:43:19 -08:00

8 lines
344 B
Plaintext

tests/cases/compiler/main.js(2,25): error TS2307: Cannot find module 'bar' or its corresponding type declarations.
==== tests/cases/compiler/main.js (1 errors) ====
"use strict";
const { foo } = require("bar");
~~~~~
!!! error TS2307: Cannot find module 'bar' or its corresponding type declarations.