Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-16 | [bundler][JS transpiler] Improve reliability of ESM <> CommonJS interop | 1 | -71/+28 | ||
This fixes a number of issues caused by not using live bindings when referencing bundled code. This also fixes an issue with libraries looping over `Object.keys(moduleNamespace)` | |||||
2021-12-15 | [JS transpiler] Simplify CommonJS interop callback | 1 | -66/+64 | ||
2021-11-08 | Disable Object.freeze | 1 | -0/+14 | ||
2021-10-30 | [Bun.js] Fix entry point to only call default if it was a CommonJS ↵ | 1 | -0/+5 | ||
transformed function | |||||
2021-09-30 | Fix edgecase with cjs -> esm interop runtime code when module.exports was ↵ | 1 | -18/+11 | ||
marked as not extensible | |||||
2021-09-23 | Handle more edgecases in our CJS2ESM conversion code | 1 | -3/+22 | ||
2021-09-23 | Add __exportValue and __exportDefault to runtime | 1 | -2/+27 | ||
2021-09-23 | Fix bug when multiple-levels of nested exports when bundled have a boolean ↵ | 1 | -8/+16 | ||
.default value | |||||
2021-09-15 | Fix require bug in runtime.js | 1 | -30/+9 | ||
2021-09-12 | Fix "browser" map resolution, _almost_ fix symbol collisions, cache absolute ↵ | 1 | -1/+1 | ||
paths for file entries | |||||
2021-09-12 | ok | 1 | -6/+2 | ||
2021-09-12 | Support bundling dynamically imported modules. | 1 | -48/+43 | ||
2021-09-11 | bun:error.js into separate module, ensure we don't include fast refresh in ↵ | 1 | -59/+54 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-09-09 | currentjarred/fetch-experiment | 1 | -15/+11 | ||
2021-09-02 | Fix UMD, fix PNPM, importing require'd modules in app code | 1 | -5/+24 | ||
Former-commit-id: 3d831ad95904d2123964f2ebccff48f1e9f954e9 | |||||
2021-09-01 | latest | 1 | -1/+8 | ||
Former-commit-id: 20b96180ffc41610dfb21a041d1258f2ff8d4196 | |||||
2021-08-29 | latest | 1 | -3/+7 | ||
Former-commit-id: 096ec1222ad723d006b0151f10cb0c1b95e2bfd3 | |||||
2021-08-19 | Log level + onimportcss | 1 | -2/+2 | ||
Former-commit-id: 12ba9b9bc288573e3a5099adfa14c486c4cc980c | |||||
2021-08-17 | Fix CSS bug, dont' run HMR code on server | 1 | -2/+0 | ||
Former-commit-id: 541084b7238d54d77cb13402274718311f2030b4 | |||||
2021-08-17 | alright thats the rename | 1 | -8/+8 | ||
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753 | |||||
2021-08-15 | Support multiple route dirs, fix bundling JSX, fix cjs bug, remove warning ↵ | 1 | -1/+5 | ||
about unbundled modules in speedy env, Former-commit-id: ae718dbd05397bed9bc49a77fae20de70b635e82 | |||||
2021-08-13 | late | 1 | -2/+2 | ||
Former-commit-id: 1d598bb05a3bac62d86063125e1fe2962f0b5cc6 | |||||
2021-06-11 | alright basic stuff works now. still bugs with JS parser | 1 | -104/+59 | ||
Former-commit-id: a1dd2a2a32819c23541eed2acfd585e5fd6e5688 | |||||
2021-06-10 | The code looks like it might work | 1 | -1/+12 | ||
Former-commit-id: 8070da6ec91706ecacf789f4c0a770bc92f17283 | |||||
2021-06-10 | cool! | 1 | -1/+100 | ||
Former-commit-id: 5ffd8e40b34c5b11e5632c5939d16dba6b7167f2 | |||||
2021-06-09 | lots | 1 | -0/+32 | ||
Former-commit-id: 7346cdaa5a32ade26821ed97ef07f7c9ae87c0c2 | |||||
2021-06-02 | JSX & CJS work end-to-end! | 1 | -19/+34 | ||
Former-commit-id: 44bab947c650bb258d4cdfdf3dfc0b48c559945a | |||||
2021-06-01 | wip | 1 | -8/+23 | ||
Former-commit-id: a6bc130918f63bfbeac220f4e1fa55f08197e1c1 | |||||
2021-05-31 | linker things | 1 | -0/+13 | ||
Former-commit-id: 73452660fd144d071cccbccfdcfa7058d9dd91a3 | |||||
2021-05-19 | Starting to work on rutnime | 1 | -0/+40 | ||
Former-commit-id: 23220fd348f86bda50fb4e4a64cce9c4b167499f |