Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
github-actions[bot] created a comment on a pull request on facebook/stylex
<!-- workflow-benchmarks-size-data --> ### workflow: benchmarks/size Comparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better. > @stylexjs/scripts...
mellyeliu pushed 1 commit to main facebook/stylex
- chore: remove debug log in cache transform (#874) 37fd779
mellyeliu closed a pull request on facebook/stylex
chore: remove debug log in cache transform
## What changed / motivation ? Left a console log in transform.js ## Pre-flight checklist - [ ] I have read the contributing guidelines [Contribution Guidelines](https://github.com/...mellyeliu opened a pull request on facebook/stylex
chore: remove debug log in cache transform
## What changed / motivation ? Left a console log in transform.js ## Pre-flight checklist - [ ] I have read the contributing guidelines [Contribution Guidelines](https://github.com/...mellyeliu created a branch on facebook/stylex
cli-cache-clean - StyleX is the styling system for ambitious user interfaces.
mellyeliu pushed 1 commit to main facebook/stylex
- feat: cache invalidation on .babelrc update (#865) d618657
mellyeliu closed a pull request on facebook/stylex
feat: cache invalidation on .babelrc update
## What changed / motivation ? Let's add cache invalidation on .babelrc config update - Iteratively search upwards through the file hierarchy until we find the closest .babelrc file - Hash fil...mellyeliu created a comment on a pull request on facebook/stylex
this should be safe to merge, iirc when you squash, it commits only the changes seen in the file diff. so even though the commit history of the PR is wonky, Github is aware of the latest state of o...
nmn pushed 1 commit to main facebook/stylex
- feat: exported return types of 'stylex.types.*' fns (#867) * feat: exported return types of 'stylex.types.*' fns * c... 02a93a0
nmn closed an issue on facebook/stylex
TypeScript error while using `stylex.types` - `the inferred type cannot be named without a reference`
### Describe the issue Hello 👋 `stylex.types` functions are typed to return specific class instances for each of the types - all of these are imported from `VarTypes` file. However, these aren't ...nmn closed a pull request on facebook/stylex
feat: exported return types of 'stylex.types.*' fns
## What changed / motivation ? Fixes #857 New types are exported such as `stylex.Color` and `stylex.Length`. These are the return types of the `stylex.types.*` function. So, for example, ...nmn created a comment on a pull request on facebook/stylex
This PR is still not ready to merge. It has a bunch of extra commits from other PRs that have already merged. I think it needs to be rebased.
nmn pushed 1 commit to main facebook/stylex
- feat: add cli cache root detection for deno apps (#872) dd0bbb3