-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ⚡ npm updates + version * ⚡ finalizing verzion * 🐛 mistake nohup.out * 🐛 fixes repl path completition * ⚡ xdg docs improved * ⚡ $.pathFromURL
- Loading branch information
Showing
308 changed files
with
25,315 additions
and
20,898 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/usr/bin/env -S npx nodejsscript | ||
/* jshint esversion: 11,-W097, -W040, module: true, node: true, expr: true, undef: true *//* global echo, $, pipe, s, fetch, cyclicLoop */ | ||
/* jshint esversion: 11,-W097, -W040, module: true, node: true, expr: true, undef: true *//* global $ */ | ||
$.configAssign({ fatal: true }); | ||
import "./build:lint.mjs"; | ||
import "./build:doc.mjs"; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env -S npx nodejsscript | ||
/* jshint esversion: 11,-W097, -W040, module: true, node: true, expr: true, undef: true *//* global echo, $, pipe, s, fetch, cyclicLoop */ | ||
s.run([ | ||
/* jshint esversion: 11,-W097, -W040, module: true, node: true, expr: true, undef: true *//* global s */ | ||
const res= s.$().run([ | ||
"npx jshint", | ||
"**/*.js", | ||
"*.js", "src/*.js bs/*.mjs", | ||
"--show-non-errors", | ||
].join(" ")); |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.