You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Spiderfire has 4 modules (assert, fs, path, url) and a bunch of globals Iconsole, setTimeout, etc.). However, it can be a bit confusing for the users who would like to use these since their API differs slightly from stuff like node or deno.
All of the above have typescript and flow declaration files. As such, it would be nice to add documentation in these files for those functions. All contributions are welcome.
Most of the functions should make sense on their own, but feel free to ask here if you need some help.
Requirements: Intermediate in JavaScript Difficulty: Easy
Currently, Spiderfire has 4 modules (
assert
,fs
,path
,url
) and a bunch of globals Iconsole
,setTimeout
, etc.). However, it can be a bit confusing for the users who would like to use these since their API differs slightly from stuff like node or deno.All of the above have typescript and flow declaration files. As such, it would be nice to add documentation in these files for those functions. All contributions are welcome.
Most of the functions should make sense on their own, but feel free to ask here if you need some help.
Requirements: Intermediate in JavaScript
Difficulty: Easy
Resources
The text was updated successfully, but these errors were encountered: