qri-io / starpg

A web-based starlark playground
GNU General Public License v3.0
31 stars 4 forks source link

Update resolve settings #21

Open ohkinozomu opened 2 years ago

ohkinozomu commented 2 years ago

AllowFloat, AllowLambda, AllowNestedDef are starlark spec now. And enable the features AllowGlobalReassign and AllowRecursion. reference: https://github.com/google/starlark-go/blob/master/resolve/resolve.go#L100-L111