Skip to content

Conversation

ThePlenkov
Copy link

Fixing #7

@@ -1,4 +1,5 @@
function init(modules: { typescript: typeof import("typescript/lib/tsserverlibrary") }) {
import * as ts from "typescript/lib/tsserverlibrary";
function init(modules: { typescript: typeof ts }) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't right, the prior version does not include typescript into a build, your version does

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But point is - how it was before - it also didn't work. Compiler gives the error when upgrading the version. I found it when started a new plugin

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any update on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants