Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

facebook/stylex

iancleary starred facebook/stylex
mellyeliu created a review on a pull request on facebook/stylex

View on GitHub

jeroen-z starred facebook/stylex
CaseyMcGuire starred facebook/stylex
sazanik starred facebook/stylex
MABO-310008 starred facebook/stylex
Delfigore starred facebook/stylex
larsbs starred facebook/stylex
yoyoyama starred facebook/stylex
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...

View on GitHub

mellyeliu deleted a branch facebook/stylex

cli-cache-clean

mellyeliu pushed 1 commit to main facebook/stylex
  • chore: remove debug log in cache transform (#874) 37fd779

View on GitHub

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 deleted a branch facebook/stylex

cli-cache-babel

mellyeliu pushed 1 commit to main facebook/stylex
  • feat: cache invalidation on .babelrc update (#865) d618657

View on GitHub

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...

View on GitHub

nmn deleted a branch facebook/stylex

feat/export-type-types

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

View on GitHub

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.

View on GitHub

nmn created a review on a pull request on facebook/stylex

View on GitHub

ywenhao starred facebook/stylex
nmn deleted a branch facebook/stylex

cli-cache-root

nmn pushed 1 commit to main facebook/stylex
  • feat: add cli cache root detection for deno apps (#872) dd0bbb3

View on GitHub

nmn closed a pull request on facebook/stylex
feat: add cli cache root detection for deno apps
## What changed / motivation ? Updated `findProjectRoot` fx to support Deno projects by adding `deno.json` and `deno.jsonc` as valid extensions, falling back to `.git` files if neither `project....
nmn created a comment on a pull request on facebook/stylex
@Jta26, these types are the return types of `stylex.types.color` etc. So not quite. This is for specialized variable types only. They'd only be needed for theming.

View on GitHub

Load more