nginxinc / nginx-go-crossplane

A library for working with NGINX configs in Go
Apache License 2.0
46 stars 12 forks source link

Fix lua build #98

Closed xynicole closed 2 months ago

xynicole commented 2 months ago

Proposed changes

Fixed Lua build, updated buildBlock logic, and refined unit tests. Previously, we missed cases involving other directives. Our unit tests only checked the Lua directive; now, I’ve added tests for additional directives alongside the Lua directives.

Checklist

Before creating a PR, run through this checklist and mark each as complete.