Converting old hubot external scripts from coffeescript to mjs? #1723
-
I'm trying to restart from an extremely old version of hubot and have a few coffee scripts. Is there any guide to migrating or can I run them through a converter of some sort? |
Beta Was this translation helpful? Give feedback.
Answered by
joeyguerra
Apr 17, 2024
Replies: 1 comment 4 replies
-
I haven't created a migration guide. My current thought is that you can use decaffeinate (or ChatGP, or Co-Pilot) to convert the scripts to Javascript. If you're willing to iterate on it, you can post questions here and I'll answer as best I can to help with the migration. What are your thoughts? |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
yincrash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't created a migration guide. My current thought is that you can use decaffeinate (or ChatGP, or Co-Pilot) to convert the scripts to Javascript.
If you're willing to iterate on it, you can post questions here and I'll answer as best I can to help with the migration. What are your thoughts?