Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

脚本功能 #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

脚本功能 #6

wants to merge 6 commits into from

Conversation

juzi5201314
Copy link
Contributor

@juzi5201314 juzi5201314 commented Apr 4, 2023

  • 使用deno_core提供js运行时(v8)和绑定,使用deno_runtime提供deno runtime api
  • 支持从本地、http、嵌入文件获取脚本文件。
  • 支持typescript和es模块。
  • 从http获取文件时提供缓存(使用kv store)。
  • 缓存过期与清理。
  • 支持npm包。
  • 完成基本的脚本的api。
  • 接管stdout和stderr并保存用于安装日志。
  • 完成一个能正常使用的php安装脚本。

待续

@juzi5201314 juzi5201314 mentioned this pull request Apr 4, 2023
8 tasks
@juzi5201314 juzi5201314 self-assigned this Apr 4, 2023
@juzi5201314 juzi5201314 added the enhancement New feature or request label Apr 4, 2023
@juzi5201314 juzi5201314 changed the title 脚本功能分支 脚本功能 Apr 4, 2023
@juzi5201314 juzi5201314 linked an issue Apr 4, 2023 that may be closed by this pull request
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

跟踪脚本分支#6
1 participant