We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
globalThis.LANGUAGES is declared at https://github.com/coasys/ad4m/blob/dev/executor/src/languages_extension.d.ts#L38-L46
declare global { interface RustLanguages { perspectiveDiffReceived: (diff: PerspectiveDiff, languageAddress: string) => void; syncStateChanged: (state: PerspectiveState, languageAddress: string) => void; telepresenceSignalReceived: (signal: PerspectiveExpression, languageAddress: string) => void; } const LANGUAGES: RustLanguages; }
But LANGUAGE_CONTROLLER is used at https://github.com/coasys/ad4m/blob/dev/executor/src/core/LanguageController.ts#L197-L216
There are other type errors when renaming this. Relating to @coasys/ad4m & @coasys/executor having different type definitions of:
LinkExpression
PerspectiveDiff
PerspectiveExpression
PerspectiveState
The text was updated successfully, but these errors were encountered:
fix: LANGUAGES→LANGUAGE_CONTROLLER:
64f342d
+ fix: typescript types see coasys#493
396d31b
No branches or pull requests
globalThis.LANGUAGES is declared at https://github.com/coasys/ad4m/blob/dev/executor/src/languages_extension.d.ts#L38-L46
But LANGUAGE_CONTROLLER is used at https://github.com/coasys/ad4m/blob/dev/executor/src/core/LanguageController.ts#L197-L216
There are other type errors when renaming this. Relating to @coasys/ad4m & @coasys/executor having different type definitions of:
LinkExpression
PerspectiveDiff
PerspectiveExpression
PerspectiveState
The text was updated successfully, but these errors were encountered: