Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
nonzzz created a comment on a pull request on facebook/stylex
Some ides. I think you can create a new branch based on the latest commit of the main branch. then using `cherry-pick` pick this `96ea090cc4371211c23891efc76d502fac939209` to the new branch.
nonzzz created a comment on a pull request on facebook/stylex
I think you should make this pull request commit as clean as possible. Now i note this pull request contain the main branch commit it's not need.
nonzzz opened a pull request on facebook/stylex
Feat: Using `@dual-bundle/import-meta-resolve` replace `esm-resolve`
## What changed / motivation ? In the past we used `esm-resolve` to resolve es-based projects. But we need write two sets of code for `cjs` and `esm`. In `cjs` we using `require.resolve` and in ...nonzzz pushed 2 commits to master nonzzz/stylex-extend
nonzzz created a review comment on a pull request on facebook/stylex
My bad, now i update the code :)
nonzzz pushed 1 commit to feat/rollup-plugin-hash nonzzz/stylex
- feat(rollup-plugin): hash should respect file content c18621a
nonzzz created a review comment on a pull request on facebook/stylex
No, in my opinion that feature request is on hashing the generated file name not the contents of the generated file. By the way following rollup document, we can use `assetFileNames` do this thing ...
nonzzz pushed 1 commit to master nonzzz/stylex-extend
- House keeping (#18) * chore: bump deps * chore: make test happy * feat: support handle vue jsx 66e4fe1