Zeffuro / ZeffUI

A FFXIV Overlay for OverlayPlugin using HTML and JS
GNU Affero General Public License v3.0
69 stars 22 forks source link

Cactbot's content_type.js was migrated to typescript #21

Closed valarnin closed 3 years ago

valarnin commented 3 years ago

ZeffUI attempts to load cactbot's content_type.js file but this was recently migrated to typescript, so it's failing now:

[5/18/2021 11:21:09 AM] Info: Zeff: BrowserConsole: Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: https://quisquous.github.io/cactbot/resources/content_type.js (Source: https://zeffuro.github.io/ZeffUI/, Line: 0)

See:

https://github.com/Zeffuro/ZeffUI/blob/master/scripts/index.js#L96-L109 https://github.com/quisquous/cactbot/blob/main/resources/content_type.ts

Zeffuro commented 3 years ago

Thanks for passing along the info, guess for now I'll have to maintain a javascript version of the file for the time being until I ever decide to switch entirely to typescript (which I don't want to do for now because it will involve a lot of work and I'm pretty busy lately).