Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Conversation

@chrismwendt
Copy link
Contributor

@chrismwendt chrismwendt commented Mar 20, 2019

Previously, the generator would write out a TypeScript file using string interpolation, which only worked for arguments that were JSON.stringifyable.

Now, the arguments are referred to directly, so callbacks can be added.

activateBasicCodeIntel(languageSpec.handlerArgs)(ctx)
}
} else {
// TODO consider Record<LanguageID, LanguageSpec>
Copy link
Contributor

Choose a reason for hiding this comment

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

What's preventing this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Time

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants