新增: - backend/venv/ - Python 虚拟环境 - backend/start.sh - 启动脚本(使用虚拟环境) - backend/requirements.txt - 依赖列表 - .gitignore - 忽略虚拟环境和缓存文件 说明: - 每个项目使用独立虚拟环境 - 避免依赖冲突 - 启动脚本自动创建和激活虚拟环境
1.4 KiB
1.4 KiB
static-eval Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.1.1
-
Update
escodegen. @FabianWarnecke in #43escodegen doesn't officially support all the Node.js versions that
static-evalsupports, but so far it still works on them. This has been the case for both v1.x and v2.1.0 of escodegen, so the upgrade doesn't change that situation.
2.1.0
-
Add
allowAccessToMethodsOnFunctionsoption to restore 1.x behaviour so that cwise can upgrade. (@archmoj in #31)Do not use this option if you are not sure that you need it, as it had previously been removed for security reasons. There is a known exploit to execute arbitrary code. Only use it on trusted inputs, like the developer's JS files in a build system.
2.0.5
- Fix function bodies being invoked during declaration. (@RoboPhred in #30)
2.0.4
- Short-circuit evaluation in
&&and||expressions. (@RoboPhred in #28) - Start tracking changes.