forked from source-academy/js-slang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add autocompletion support (source-academy#501)
* Add loose parser * Add documentation - Add python script to parse jsdoc html to json - Export documentation - Add styles for autocompletion * Finish autocomplete (#3) * Add traversal call to index * Finish autocomplete * Use upstream loose parser * Minor refactor Co-authored-by: Cara Leong <[email protected]> * Regenerate docs * Add tests for autocomplete feature (#4) * Fix empty array bug * Add simple tests * Fix for loop declaration bug * More tests * Fixed lint errors Co-authored-by: Shaowei Chen <[email protected]> * Add documentation for concurrent source 3 Co-authored-by: Cara Leong <[email protected]> Co-authored-by: martin-henz <[email protected]>
- Loading branch information
1 parent
8ce53ab
commit 9cf2ef4
Showing
24 changed files
with
3,927 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.