duckdb / duckdb-wasm

WebAssembly version of DuckDB
https://shell.duckdb.org
MIT License
1.03k stars 113 forks source link

Handle single quotes #1572

Closed Y-- closed 6 months ago

Y-- commented 6 months ago

In some circumstances the generated code contains single quotes (require('vm') rather than require("vm"). This change handles that case.

Mytherin commented 6 months ago

Thanks!