https://github.com/lukeclancy/bun_error
https://github.com/lukeclancy/bun_error
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukeclancy/bun_error
- Owner: LukeClancy
- Created: 2024-04-21T22:26:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T22:26:55.000Z (about 2 years ago)
- Last Synced: 2025-02-09T03:16:20.391Z (over 1 year ago)
- Language: JavaScript
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This repo is for demonstrating a bun error. My output to running 'bun bundling.js' in this repo is below
This file is to demonstrate issues with sourcemap functionality in Bun.build
Current bun version: 1.1.3
Issue one - naming overide
In the following file, the import's name is not hashed as was specified in Bun.build
____________________________________________________
//# debugId=2B7BEB0A06C3F1A064756e2164756e21
// in1/danc_hi_q.gif
var danc_hi_q_default = "in1/danc_hi_q.gif";
// in1/assetlink.js
var assetlink_default = danc_hi_q_default;
export {
assetlink_default as default
};
//# debugId=977DE0C0D402E0EE64756e2164756e21
___________________________________________________
Issue two - segfault on jpegs (only jpegs strangely)
we are about to segfault...
Segmentation fault (core dumped)