docs: update parser and custom script docs

This commit is contained in:
yukaidi
2026-06-10 21:23:05 +08:00
parent 6ae5d998e6
commit 0edc057347
7 changed files with 13 additions and 13 deletions

View File

@@ -106,7 +106,7 @@ executionFuture.toCompletionStage()
### 长期方案(需大量工作)
1. **迁移到GraalVM JavaScript引擎**
- 支持CPU时间限制
- 可以强制中断
- 相比Nashorn更容易实现受控取消
- 更好的性能
- 但需要额外依赖