yavascript 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/bin/darwin-arm64/yavascript +0 -0
- package/bin/darwin-x86_64/yavascript +0 -0
- package/bin/linux-aarch64/yavascript +0 -0
- package/bin/linux-amd64/yavascript +0 -0
- package/bin/windows-x86_64/yavascript.exe +0 -0
- package/package.json +1 -1
- package/yavascript.d.ts +1538 -214
package/README.md
CHANGED
|
@@ -34,6 +34,7 @@ Additionally, you can do other things that are either not present in bash or are
|
|
|
34
34
|
- Pretty-print complex structures
|
|
35
35
|
- Call low-level POSIX C APIs like fputs, sprintf, isatty
|
|
36
36
|
- Perform work in threads
|
|
37
|
+
- Import packages from npm (via "npm:" imports) or local node_modules
|
|
37
38
|
|
|
38
39
|
You'll also find analogues to familiar CLI tools, like:
|
|
39
40
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|