We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeScript Version: 3.2.0-dev.20181011
Code
"".toUperKase(); const b = require("./b");
Expected behavior:
If we're not showing regular diagnostics, we should probably not show any suggestions either.
Actual behavior:
"".toUperKase() is fine. require is a real problem that we need to let the user know about right away!
"".toUperKase()
require