pullrequests Search Results · topic:javascript org:facebook fork:true language:TypeScript
Filter by
15.4k results
infacebook (press backspace or delete to remove)The topic qualifier is not supported when searching pull requests. Try searching for repositories instead?
These files were missing the standard Meta copyright header. CSS files and .d.ts stubs are not covered by the eslint
header rule, so they slipped through.
Files updated:
- packages/lexical-playground/src/plugins/CodeActionMenuPlugin/components/PrettierButton/index.css ...
CLA Signed
Motivation
Fixes #12214.
createExcerpt builds the auto description / og:description by scanning a doc line by line. It strips HTML/JSX with / [^
]* /g, which only matches a tag that opens and closes ...
CLA Signed
What
Replace rm -rf dist with rimraf dist in packages/core s build script, and add rimraf as a devDependency.
Why
The build script in @astryxdesign/core currently starts with rm -rf dist, which fails ...
CLA Signed
What
Adds a root preinstall script that runs only-allow pnpm, so attempts to install with npm or yarn fail fast with a clear
message instead of producing a broken node_modules (or an ERESOLVE dependency-tree ...
CLA Signed
Problem
astryx upgrade called Project.load(process.cwd()) up front, before running any codemods. Project.load strict-validates
astryx.config.* (unknown keys rejected) and throws on failure. This created ...
CLA Signed
Summary
- clarify that contributors should use Node 22 LTS for Corepack-based setup
- document the Node 25+ Corepack absence and direct pnpm fallback
- add setup troubleshooting entries for missing ...
What
Makes loading external user-authored JS uniform and moves validation to the load boundary.
Previously, four loaders each imported-and-picked-and-validated differently, and the create* factories ...
CLA Signed
Description
Adding/removing a DOM event listener and returning a matching teardown is a pattern repeated all over the codebase:
// Before
container.addEventListener( keydown , handler);
return () = ...
CLA Signed
extended-tests
What
Three small fixes around the doc-site dev experience, all in repo-level tooling:
1. Fix the broken filter in the docs script. The root package.json had docs : pnpm -F @astryxdesign/docs dev, but ...
CLA Signed
Summary
The published 0.1.2 CLI read XLE app-component registration from astryx.config.* under layout.components. The
integration branch relocated this to experimental.xle.components, validated by a strict ...
CLA Signed