[Bug] Synthetics import of JavaScriptLanguageGenerator
and JavaScriptFormatter
causes TS errors in Recorder
#413
Labels
bug
Something isn't working
Bug summary
The Recorder will refuse to run/build without the addition of a global TS file that does a blanket declaration like:
A more targeted module declaration is probably warranted, but as this fixed the problem in the moment, it was the solution I went with. Ideally this problem would be resolved further upstream if possible.
Recorder Version
1.0.0
Steps to reproduce
You can delete the
global.d.ts
file at the root of thesrc
directory and try to run the recorder in dev mode or build it from source.Expected behavior
Without that
d.ts
file, the recorder would function as desired without crashing.Additional information
No response
The text was updated successfully, but these errors were encountered: