3 个版本 (破坏性更新)

0.3.1 2023年4月5日
0.2.0 2022年8月1日
0.1.0 2022年6月6日

#51 in #write-file

MIT 许可证

22KB
181

logo

女友 Shell

Shell 中的某些 JavaScript

Bot API Version GitHub top language

更新 2023-02-07:此存储库已更新以支持加载 JavaScript 和 TypeScript 文件。

$ cargo run
    Finished dev [unoptimized + debuginfo] target(s) in 0.05s
     Running `target/debug/girlfriend ./test.js`
[out]: "Hello" "girlfriend!"
[err]: "Boom!"
[err]: "Unable to read file" "./log.txt" {"code":"ENOENT"}
[out]: "Read from a file" "./log.txt" "contents:" "I can write to a file."
[out]: "Removing file" "./log.txt"
[out]: "File removed"

依赖关系

~106MB
~2M SLoC