Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-09 | Fix defaultProps with JSX optimization | 1 | -0/+1 | ||
2022-01-02 | copy: replace Bun with bun (#99) | 1 | -1/+1 | ||
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner" | |||||
2021-10-30 | [Bun.js] Fix entry point to only call default if it was a CommonJS ↵ | 1 | -0/+3 | ||
transformed function | |||||
2021-10-16 | Ensure `self` is always defined | 1 | -0/+1 | ||
2021-09-23 | Add __exportValue and __exportDefault to runtime | 1 | -0/+4 | ||
2021-09-23 | Globally define require() so that UMD modules which check for the existence ↵ | 1 | -0/+1 | ||
of require() to determine if it's CommonJS use the CommonJS code path instead of the globalThis code path | |||||
2021-09-23 | Embed regeneratorRuntime so that things which expect it to be a global still ↵ | 1 | -0/+1 | ||
work | |||||
2021-09-02 | Fix UMD, fix PNPM, importing require'd modules in app code | 1 | -0/+1 | ||
Former-commit-id: 3d831ad95904d2123964f2ebccff48f1e9f954e9 | |||||
2021-08-17 | alright thats the rename | 1 | -12/+12 | ||
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753 | |||||
2021-08-15 | rename to bun | 1 | -1/+1 | ||
Former-commit-id: f982fc85fac3f0120e1851ad4027dd8413216439 | |||||
2021-08-04 | Fix typo in runtime js code | 1 | -3/+3 | ||
Former-commit-id: 4b996236ef859c3f5aa8b93eae66d8878674f527 | |||||
2021-06-24 | I like this direction | 1 | -4/+6 | ||
Former-commit-id: 3a95a74b7feadb59a215ff06446ccebff4a4008e | |||||
2021-06-20 | Support live-reload and fallback | 1 | -0/+14 | ||
Former-commit-id: c3f9d77391589b65951616a632af87107fba469f |