Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-17 | Add puppeteer to package.jsonbun-v0.0.17 | 1 | -1/+6 | ||
2021-09-17 | Little more clarify readme | 1 | -2/+4 | ||
2021-09-17 | Begin to add integration tests | 21 | -1/+534 | ||
2021-09-17 | Fix bugs with ESM -> CJS when not bundled | 7 | -147/+334 | ||
2021-09-16 | Do not attempt to HMR export {value} from, just assume it will be HMR'd (or not) | 1 | -10/+38 | ||
2021-09-16 | Update options.zig | 1 | -1/+1 | ||
2021-09-16 | Fix export * as from | 1 | -1/+2 | ||
2021-09-16 | Add flag to dev server to disable HMR | 5 | -1885/+2044 | ||
2021-09-16 | Help output should print command names | 1 | -5/+13 | ||
2021-09-16 | Fix symbol name for cjs2esm | 1 | -0/+1 | ||
2021-09-16 | When port is in use, auto-increment port number up to 10 times and then bail ↵ | 1 | -7/+43 | ||
if all 10 are in use | |||||
2021-09-16 | Always bold ^ | 1 | -0/+2 | ||
2021-09-16 | Delete some dead code | 2 | -538/+0 | ||
2021-09-16 | Print absolute paths in log errors so that ctrl+click to open file in editor ↵ | 1 | -1/+1 | ||
works (depending on terminal) | |||||
2021-09-16 | Colorize build/resolve errors and add a ^ | 7 | -127/+210 | ||
2021-09-16 | Commit build id | 3 | -3/+3 | ||
2021-09-16 | Automatically rewrite TS import paths from .jsx? -> .tsx? when .jsx? is not ↵bun-v0.0.16 | 1 | -8/+10 | ||
found This was already partially implemented but it was returning filenames instead of absolute paths. This matches the behavior from https://github.com/microsoft/TypeScript/issues/4595. | |||||
2021-09-15 | write the version | 1 | -1/+1 | ||
2021-09-15 | Switch to 0.0.x instead of 0.0.0-x to fix the npm install issue | 6 | -9/+11 | ||
2021-09-15 | Bump versionsbun-v0.0.15bun-v0.0.0-15 | 2 | -2/+2 | ||
2021-09-15 | Bumpbun-v0.0.0-14 | 1 | -1/+1 | ||
2021-09-15 | Fix require bug in runtime.js | 2 | -31/+10 | ||
2021-09-15 | Fix CJS symbol names | 1 | -11/+37 | ||
2021-09-15 | Remove most usages of anytype in js_ast.zig | 4 | -72/+74 | ||
2021-09-15 | Fix crash in `bun bun` | 1 | -24/+26 | ||
2021-09-15 | woops | 4 | -6/+6 | ||
2021-09-15 | Bumpbun-v0.0.0-13 | 5 | -10/+12 | ||