Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-22 | package json exports seems to work now!!! | 2 | -12/+26 | ||
2021-09-22 | Switch to a single directory for storing snapshots and explicitly note whats ↵ | 55 | -20/+600 | ||
a debug snapshot and a non-debug snapshot | |||||
2021-09-21 | Fix the compiler errors | 5 | -53/+59 | ||
2021-09-21 | Resolve "exports" field in package.json (doesn't work yet) | 2 | -1/+194 | ||
2021-09-21 | Add "exports" to PackageJSON | 1 | -1/+12 | ||
2021-09-21 | Most of the ESM resolution algorithm (still untested) | 2 | -34/+657 | ||
2021-09-21 | `endsWithAny` -> `endsWithAnyComptime` | 2 | -2/+2 | ||
2021-09-21 | Parse "exports" field from package.json (WIP) | 3 | -1/+270 | ||
2021-09-21 | [Bun.js] Add Bun.readFileBytes() to get a Uint8Array of the file's contents ↵ | 3 | -1/+113 | ||
without copying. | |||||
2021-09-21 | Add comment explaining failed package.json parsing optimization | 1 | -0/+5 | ||
2021-09-21 | [Bun.js] Add support for `console.time`, `console.timeEnd` | 2 | -2/+38 | ||
2021-09-20 | Slightly improve .env loader string inference | 2 | -7/+89 | ||
2021-09-20 | Fix parsing/printing unicode identifiers, switch to UTF-8 for prefilled ↵ | 17 | -173/+2032 | ||
strings, remove eagerly loading identifier_name | |||||
2021-09-20 | Fix how error lines with strings are highlighted | 2 | -15/+51 | ||
2021-09-20 | Always log errors when generating node_modules.server.bun | 1 | -1/+11 | ||
2021-09-20 | Fix handling when file metadata store stored exceeds statically allocated ↵ | 3 | -160/+86 | ||
count (at time of writing, 16k) | |||||
2021-09-17 | Merge pull request #27 from DAlperin/main | 1 | -11/+13 | ||
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 | ||