Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-17 | All deps now build on linux | 1 | -11/+13 | ||
Move CC and CXX into variables Fix some capitalization +A few other portability improvements | |||||
2021-09-17 | Slightly improve JSX decoding perfbun-v0.0.21 | 2 | -3/+12 | ||
2021-09-17 | Package.json | 2 | -2/+2 | ||
2021-09-17 | Bumpbun-v0.0.20 | 1 | -1/+1 | ||
2021-09-17 | Fix whitespace & emoji bug when parsing JSX | 2 | -25/+82 | ||
2021-09-17 | Snapshots | 2 | -0/+62 | ||
2021-09-17 | package.json | 2 | -2/+2 | ||
2021-09-17 | Add test for "shuffle" function for lodashbun-v0.0.19 | 4 | -0/+44 | ||
2021-09-17 | Update js_printer.zig | 1 | -4/+3 | ||
2021-09-17 | Fix lexer bug with UTF-16 strings | 2 | -14/+18 | ||
2021-09-17 | Add test for tsx/ts fallback imports | 7 | -0/+68 | ||
2021-09-17 | Update package.json | 1 | -1/+1 | ||
2021-09-17 | Update launch.json | 1 | -34/+61 | ||
2021-09-17 | Fix test makefile | 6 | -9/+11 | ||
2021-09-17 | Update cjs-transform-shouldnt-have-static-imports-in-cjs-function.js | 1 | -0/+4 | ||
2021-09-17 | Exclude snapshots from search | 1 | -0/+10 | ||
2021-09-17 | Fix multiple imports to CJS modules when referencing via module_id hash | 7 | -6/+111 | ||
2021-09-17 | Bump build ID | 3 | -3/+3 | ||
2021-09-17 | Merge branch 'main' of github.com:Jarred-Sumner/bun | 5 | -8/+20 | ||
2021-09-17 | Commit previosu bumpbun-v0.0.18 | 2 | -2/+2 | ||
2021-09-17 | global -> globalThis | 6 | -15/+65 | ||
2021-09-17 | Merge pull request #26 from DAlperin/main | 5 | -8/+20 | ||
Get bun ready for linux builds | |||||
2021-09-17 | Get bun ready for linux builds | 5 | -8/+20 | ||
Adds: conditional builds in makefile Fixes: incorrect imports of 'JavaScriptCore.zig' (note the caps 's') replaces with correct import of 'JavascriptCore.zig' | |||||
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 | ||