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

Error while using API: Cannot read properties of undefined (reading 'newLine') #46

Open
alienself opened this issue Jan 16, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@alienself
Copy link

Hi there,

I am getting the following error while trying to transpile anything through the API:

index-DcUmtuM6.js:203576 Uncaught (in promise) 
TypeError: Cannot read properties of undefined (reading 'newLine')
    at transformTask (index-DcUmtuM6.js:203576:21)
    at transform (index-DcUmtuM6.js:203627:1

Code i use:

 const result = await transform({
  input: inputs,
  write: false
});
                    
- Version: 3.0.0
@alienself alienself added the bug Something isn't working label Jan 16, 2025
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