Skip to content

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

2 participants