error TS5077: Plugin 'does-not-exist' could not be found: Could not resolve JS module 'typescript-plugin-does-not-exist' starting at 'tests/cases/conformance/plugins'. Looked in: tests/cases/conformance/plugins/node_modules/typescript-plugin-does-not-exist/package.json, tests/cases/conformance/plugins/node_modules/typescript-plugin-does-not-exist.js, tests/cases/conformance/plugins/node_modules/typescript-plugin-does-not-exist.jsx, tests/cases/conformance/plugins/node_modules/typescript-plugin-does-not-exist/index.js, tests/cases/conformance/plugins/node_modules/typescript-plugin-does-not-exist/index.jsx, tests/cases/conformance/node_modules/typescript-plugin-does-not-exist/package.json, tests/cases/conformance/node_modules/typescript-plugin-does-not-exist.js, tests/cases/conformance/node_modules/typescript-plugin-does-not-exist.jsx, tests/cases/conformance/node_modules/typescript-plugin-does-not-exist/index.js, tests/cases/conformance/node_modules/typescript-plugin-does-not-exist/index.jsx, tests/cases/node_modules/typescript-plugin-does-not-exist/package.json, tests/cases/node_modules/typescript-plugin-does-not-exist.js, tests/cases/node_modules/typescript-plugin-does-not-exist.jsx, tests/cases/node_modules/typescript-plugin-does-not-exist/index.js, tests/cases/node_modules/typescript-plugin-does-not-exist/index.jsx, tests/node_modules/typescript-plugin-does-not-exist/package.json, tests/node_modules/typescript-plugin-does-not-exist.js, tests/node_modules/typescript-plugin-does-not-exist.jsx, tests/node_modules/typescript-plugin-does-not-exist/index.js, tests/node_modules/typescript-plugin-does-not-exist/index.jsx, node_modules/typescript-plugin-does-not-exist/package.json, node_modules/typescript-plugin-does-not-exist.js, node_modules/typescript-plugin-does-not-exist.jsx, node_modules/typescript-plugin-does-not-exist/index.js, node_modules/typescript-plugin-does-not-exist/index.jsx.


!!! error TS5077: Plugin 'does-not-exist' could not be found: Could not resolve JS module 'typescript-plugin-does-not-exist' starting at 'tests/cases/conformance/plugins'. Looked in: tests/cases/conformance/plugins/node_modules/typescript-plugin-does-not-exist/package.json, tests/cases/conformance/plugins/node_modules/typescript-plugin-does-not-exist.js, tests/cases/conformance/plugins/node_modules/typescript-plugin-does-not-exist.jsx, tests/cases/conformance/plugins/node_modules/typescript-plugin-does-not-exist/index.js, tests/cases/conformance/plugins/node_modules/typescript-plugin-does-not-exist/index.jsx, tests/cases/conformance/node_modules/typescript-plugin-does-not-exist/package.json, tests/cases/conformance/node_modules/typescript-plugin-does-not-exist.js, tests/cases/conformance/node_modules/typescript-plugin-does-not-exist.jsx, tests/cases/conformance/node_modules/typescript-plugin-does-not-exist/index.js, tests/cases/conformance/node_modules/typescript-plugin-does-not-exist/index.jsx, tests/cases/node_modules/typescript-plugin-does-not-exist/package.json, tests/cases/node_modules/typescript-plugin-does-not-exist.js, tests/cases/node_modules/typescript-plugin-does-not-exist.jsx, tests/cases/node_modules/typescript-plugin-does-not-exist/index.js, tests/cases/node_modules/typescript-plugin-does-not-exist/index.jsx, tests/node_modules/typescript-plugin-does-not-exist/package.json, tests/node_modules/typescript-plugin-does-not-exist.js, tests/node_modules/typescript-plugin-does-not-exist.jsx, tests/node_modules/typescript-plugin-does-not-exist/index.js, tests/node_modules/typescript-plugin-does-not-exist/index.jsx, node_modules/typescript-plugin-does-not-exist/package.json, node_modules/typescript-plugin-does-not-exist.js, node_modules/typescript-plugin-does-not-exist.jsx, node_modules/typescript-plugin-does-not-exist/index.js, node_modules/typescript-plugin-does-not-exist/index.jsx.
==== tests/cases/conformance/plugins/tsconfig.json (0 errors) ====
    {
        "compilerOptions": {},
        "plugins": [
            "does-not-exist"
        ]
    }
    
==== tests/cases/conformance/plugins/main.ts (0 errors) ====
    const a = undefined;