-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove non-det * Continue removing non-det * Update eslint and fix linting errors * Fix bug where cleaning docs would remove the gitignore * Add ts-check and tseslint helper as requested * Add explanation for ts-expect-error * Remove jsdoc stuff pertaining to non-det * Remove from non-det from the script * Replace docs scripts with javascript code * Misc change * Get make to output to stdio * Update to use the proper functions from child_process * Add documentation and silent option for prepare * Make autocomplete exit with error code * Put the query parameter back for module importing * Update eslint import * Merge from main * Update docs * Update scm-slang --------- Co-authored-by: Kyriel Abad <abadkyriel@gmail.com>
- Loading branch information
Showing
48 changed files
with
706 additions
and
3,215 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
node_modules | ||
*.js | ||
|
||
# docs | ||
!docs/jsdoc/templates/**/*.js | ||
!docs/lib/**/*.js | ||
docs/source | ||
|
||
*.map | ||
dist/ | ||
.idea/ | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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.