Redfire
Redfire
### Modifications: - Added Support for [ZenCode/ZenScript](https://zencode.blamejared.com/) - Added Support for Minecraft Forge Config - Sorted languages in languages.json according to language key ### Notes: - ZenScript is an older...
Currently, `.vue` and `.svelte` files do not correctly report their embedded languages when not using the defaults. ### Sample Vue File ```vue div p Here's some pug code. type Exports...
## Issue Spiderfire currently lacks a networking module, making it impossible to use this as a serverside runtime, and serve webpages for example. It is also unable to fetch data...
## Lack of Documentation Spiderfire is currently lacking documentation for most of its API. It would be nice to have the structs and functions documented so that contributors can more...
## Issue Currently, there is a limitation to the usage of tests as only 1 test per file can be created to test actions within the runtime. This is due...
I've been working on a HTTP module for a while now. I'm just stuck on a few of the API decisions, specifically on how to use the `Response` to get...
Although the URL Module is mostly complete, `URLSearchParams` is currently unimplemented. This can be implemented with the `#[js_class]` macro, you can look at the definition of `URL` or ask here...
Currently, Spiderfire has 4 modules (`assert`, `fs`, `path`, `url`) and a bunch of globals I`console`, `setTimeout`, etc.). However, it can be a bit confusing for the users who would like...
This probably isn't much of a priority for now, but the module resolver can easily cause a stack overflow by resolving recursively. When running stc on [this codebase](https://github.com/Redfire75369/stc-testing/tree/resolver-recursion), the stack...
When importing an interface, which was exported as the default and then exporting it, stc panics at the following block of code. It is likely related to all imports being...