Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Jta26 created a comment on a pull request on facebook/stylex
`stylex.Types` is next best imo. Will the usage look like this? ``` xstyle: stylex.StaticStyles<{ backgroundColor: stylex.Types.Color, (null | string) marginInlineStart: stylex.Types.Lengt...
mellyeliu pushed 1 commit to cli-cache-root facebook/stylex
- feat: add cli cache root detection for deno apps 94c20ff
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 cli-cache-root facebook/stylex
- feat: add cli cache root detection for deno apps 5daba06
mellyeliu opened 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 indicators, falling back to `.git` files if neither `project....mellyeliu created a branch on facebook/stylex
cli-cache-root - StyleX is the styling system for ambitious user interfaces.
mellyeliu pushed 1 commit to cli-cache-babel facebook/stylex
- Merge branch 'main' of github.com:facebook/stylex into cli-cache-babel fa5182c
mellyeliu pushed 1 commit to cli-cache-babel facebook/stylex
- Merge branch 'main' of github.com:facebook/stylex into cli-cache-babel 92ea4fb
mellyeliu pushed 10 commits to cli-cache-babel facebook/stylex
- fix(babel-plugin): import resolve should respect windows system (#853) c4f9492
- fix: use ESM imports in CLI (#854) 95caddc
- fix: fix readCache to use custom cache path when set (#851) * feat: replace crypto with murmurhash for cli caching *... 24e5158
- fix: invalid initial-value in @property (#863) 73e8a98
- release: v0.10.1 (#868) * release: v0.10.1 * docs: v0.10.1 release notes f33fb78
- fix: add cache invalidation on config change (#871) 4c887b7
- docs: Add theming recipes (#869) * docs: Add theming recipes * docs: clarify that only themes for the *same* VarGrou... 3cf5472
- fix: cli should rewrite the aliases (#847) * fix: cli should rewrite the aliases * fix: move alias rewriting to babe... b58b29e
- feat: make filepath relative for cache portability (#852) b070c56
- Merge branch 'main' of github.com:facebook/stylex into cli-cache-babel 49c27bc
mellyeliu pushed 1 commit to main facebook/stylex
- feat: make filepath relative for cache portability (#852) b070c56
mellyeliu closed a pull request on facebook/stylex
feat: make filepath relative for cache portability
## What changed / motivation ? Final follow up to https://github.com/facebook/stylex/pull/790 for cache portability/reusability ## Testing tests pass~~ - [ ] I have read the contributin...nmn pushed 1 commit to main facebook/stylex
- fix: cli should rewrite the aliases (#847) * fix: cli should rewrite the aliases * fix: move alias rewriting to babe... b58b29e
nmn closed an issue on facebook/stylex
[CLI] Rewrite aliases when compiling a folder
It is common to use the `@/` alias in Next.js. When using the CLI, the tsconfig is usually changed to update the alias to point to `source` instead of `src`. Today, this means that any `@/` import...nmn closed a pull request on facebook/stylex
fix: cli should rewrite the aliases
## What changed / motivation ? The CLI will now rewrite imports based on the `aliases` that are passed into `stylexConfig`. Resolves #846 ### Side note: It might make sense to extrac...nmn pushed 11 commits to fix/cli-rewrite-aliases facebook/stylex
- feat: replace crypto with murmurhash for cli caching (#850) d16e60e
- fix(babel-plugin): import resolve should respect windows system (#853) c4f9492
- fix: use ESM imports in CLI (#854) 95caddc
- fix: fix readCache to use custom cache path when set (#851) * feat: replace crypto with murmurhash for cli caching *... 24e5158
- fix: invalid initial-value in @property (#863) 73e8a98
- release: v0.10.1 (#868) * release: v0.10.1 * docs: v0.10.1 release notes f33fb78
- fix: add cache invalidation on config change (#871) 4c887b7
- docs: Add theming recipes (#869) * docs: Add theming recipes * docs: clarify that only themes for the *same* VarGrou... 3cf5472
- fix: cli should rewrite the aliases 13f56ef
- fix: move alias rewriting to babel plugin 3057f75
- fix: type annotation for export 4af138d
nmn pushed 1 commit to main facebook/stylex
- docs: Add theming recipes (#869) * docs: Add theming recipes * docs: clarify that only themes for the *same* VarGrou... 3cf5472