Alex
Alex
### What is the problem this feature would solve? 1. Single-executable file is quite large. On one of my web servers bundled source codes are 28 MB vs 4.5 MB...
### What version of Bun is running? 1.1.2+c8d072c2a ### What platform is your computer? Linux 6.6.16-linuxkit aarch64 unknown ### What steps can reproduce the bug? Bundle a file which calls...
### What version of Bun is running? 1.1.2+c8d072c2a ### What platform is your computer? Linux 5.15.0-94-generic x86_64 unknown ### What steps can reproduce the bug? Import `bcrypt` on a x64...
### What version of Bun is running? 1.1.2+c8d072c2a ### What platform is your computer? Linux 6.6.16-linuxkit aarch64 unknown ### What steps can reproduce the bug? Try to compile basic js...
1. **Added curl for macOS compatibility.** macOS doesn't have `wget`, but has `curl` by default. 2. **Fixed conflict with existing `LICENSE` file.** Since repo already contains `LICENSE` file and `wget`...
Here is the test: ```sql -- \ at the end of strting query splitting SELECT 'some''', '\', ';'; SELECT E'some\'', E'\\', E';'; SELECT 'some''', '\', ';', E'some\'', E'\\', E';'; SELECT...
`\` at the end of string constants breaks string/query splitting. Here is the test: ```sql -- \ at the end of strting query splitting SELECT 'some''', '\', ';'; SELECT E'some\'',...
1. Try executing DELETE... ; UPDATE ...; SELECT ...;. 2. Get result as an array of 2, where first element is an empty array. 3. Expectation is to get array...