Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
nmn pushed 1 commit to chore/css-value-parser facebook/stylex
- fix: Add support for single word media query rules ab56443
nmn pushed 1 commit to chore/css-value-parser facebook/stylex
- feat: Added parser for most media queries 853a137
nmn pushed 1 commit to chore/css-value-parser facebook/stylex
- fix: call parsers parser not parse e81e502
nmn created a comment on an issue on facebook/react-strict-dom
@necolas This is likely the problem but in most cases it's not an easy thing to fix either. Babel and ESlint don't work with ESM yet. The very newest versions of Node have fixed this problem, so I ...
nmn created a comment on an issue on web-platform-tests/interop
@benface I was told it had either shipped or was about to ship. Chrome *does* support the feature by using a workaround based on `atan2` so it feels like something the engine already supports even ...
nmn created a comment on a pull request on facebook/stylex
Some interesting data from adding more benchmarks: ### <length> Legacy Parser x 326 ops/sec ±5.40% (48 runs sampled) Token Parser x 1,918,503 ops/sec ±2.40% (95 runs sampled) Fastest is Tok...
nmn pushed 2 commits to chore/css-value-parser facebook/stylex
nmn created a comment on an issue on web-platform-tests/interop
I received responses to all my proposals but this is the only one I find a bit perplexing. This feature has already shipped in Safari and Chrome in recent months. Is there major pushback from Firef...
nmn pushed 17 commits to chore/css-value-parser facebook/stylex
- Update API configuration docs (#890) 6713a74
- Improved runtime debugging with sourceMap data Add sourceMap information about the file and line responsible for pro... 04745f0
- Update snapshot tests cf6958b
- Update dependencies and use new Flow feature (#891) * chore: update babel dependencies * chore: update flow and herm... e0bfe67
- chore: Update Flow and type devs chore: Add new style-value-parser package da356bd
- chore: use a css tokenizer to try to speed up parser 67d8a63
- chore: start translating parser to consume tokens dbe9232
- chore: implement more token-based parser and a test 38ac93a
- chore: add a benchmark to compare parser implementations 80f27cf
- chore: delete empty file 481825d
- chore: add more tests. Next to fix them all 489075b
- fix: bugs in the tokenparser core 8359617
- fix: many bugs. setOf is still broken 84f3d63
- chore: improve token parser core a bit 482a418
- chore: core fixes and more tests 60b3647
- chore: all known core bugs fixed b3a6c9d
- chore: more parsers added 609fd30
nmn created a comment on a pull request on facebook/stylex
# Why Parser 1. We use `postcss-value-parser` today to pre-process and format style values. - This parser kinda sucks, we want to do better - e.g. change rgb colors to hash colors - cha...
nmn pushed 1 commit to main facebook/stylex
- Update dependencies and use new Flow feature (#891) * chore: update babel dependencies * chore: update flow and herm... e0bfe67
nmn closed a pull request on facebook/stylex
Update dependencies and use new Flow feature
## What changed / motivation ? This PR updates the various Babel, Flow and Hermes dependencies. Then it fixes or suppresses flow errors Finally, it deletes the `babel-path-utils` file whic...nmn pushed 1 commit to chore/css-value-parser facebook/stylex
- chore: all known core bugs fixed cd0dbb5
nmn pushed 1 commit to chore/css-value-parser facebook/stylex
- chore: core fixes and more tests ea98c73
nmn pushed 4 commits to feat/auto-aliases facebook/stylex
nmn created a review comment on a pull request on facebook/stylex
I didn't want to remove it in the same commit, but we could probably remove them in the future once we are sure this feature is working for the wide variety of project types. We could deprecate ...
nmn closed a pull request on facebook/stylex
Update API configuration docs
## What changed / motivation ? Adds docs for the postcss-plugin and updates the docs for the babel-plugin to include `debug`. Also remove deprecated features from these docs. ## Pre-flight ch...nmn created a review comment on a pull request on facebook/stylex
`dev` also insert function calls to inject the styles at runtime making it possible to use StyleX without setting up CSS file extraction. Additionally, it makes hot reloading more usable.
nmn created a review on a pull request on facebook/stylex
Looks good! Thanks for adding this.
nmn created a review on a pull request on facebook/stylex
Looks good! Thanks for adding this.
nmn opened a pull request on facebook/stylex
Update dependencies and use new Flow feature
## What changed / motivation ? This PR updates the various Babel, Flow and Hermes dependencies. Then it fixes or suppresses flow errors Finally, it deletes the `babel-path-utils` file whic...nmn created a branch on facebook/stylex
chore/update-deps - StyleX is the styling system for ambitious user interfaces.