Merge pull request #583 from Halleck45/support_ast_extension

Support AST extension
This commit is contained in:
Jean-François Lépine
2025-01-13 04:11:32 +01:00
committed by GitHub
parent a3e0ad6b9f
commit 20dad4cdb3
4 changed files with 22 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
"type": "external",
"source": "apcu"
},
"ast": {
"type": "external",
"source": "ast"
},
"bcmath": {
"type": "builtin"
},