Skip to content
New issue

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

[Bug] Synthetics import of JavaScriptLanguageGenerator and JavaScriptFormatter causes TS errors in Recorder #413

Open
justinkambic opened this issue May 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@justinkambic
Copy link
Contributor

Bug summary

The Recorder will refuse to run/build without the addition of a global TS file that does a blanket declaration like:

declare module '*';

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 the src 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant