Benjamin Western

Results 2 issues of Benjamin Western

Upgraded to NodeJS v22.7.0 and experienced the following error: ```sh Node v22.7.0 (npm 10.8.2) /opt/homebrew/Cellar/node/22.7.0/bin/node benjaminwestern@macbook-pro ~/c/n/dataform (main)> dataform compile (base) Compiling... (node:59555) [DEP0040] DeprecationWarning: The `punycode` module is deprecated....

bug

The Problem: Say I have the following SQLX file code ``` config { type: "table", schema: "intermediate", name: "scv", tags: ["scv"], description: "Single customer view", } SELECT ID, Name, Email...