-
Notifications
You must be signed in to change notification settings - Fork 511
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
function Prompt(prompt) is defined twice #394
Comments
This bug still exists in v3.31.1. https://github.com/twilio/twilio-node/blob/master/lib/twiml/VoiceResponse.js#L419 This is a sticking point in babel. Is there a workaround for this? The file is generated so I can't submit a PR for the trivial fix. :( |
…esn't build because Babel and Twilio are fighting. see twilio/twilio-node#394
Also note this is preventing JSDoc upgrades in the lib itself. Working to get it prioritized. Looks like the code generator needs to recognize that same class already exists and not write it multiple times. Not sure yet how big a refactor this will be. Will circle back here when I have an update. |
Still an issue in 3.33.3 @childish-sambino any updates on this? It's now blocking Twilio integration into our API. Thanks in advance for any news / advice! |
WIP by @thinkingserious |
Version: 3.23.2
Code Snippet
is defined twice in https://github.com/twilio/twilio-node/blob/master/lib/twiml/VoiceResponse.js
Steps to Reproduce
line 362
line 833
Exception/Log
The text was updated successfully, but these errors were encountered: