Dex's play/index.js has diverged from Fred
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 4
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 32
Description
Summary
cloud-function/src/internal/play/index.js in Dex has drifted from its upstream source, vendor/yari/libs/play/index.js in mdn/fred.
The file is vendored from Fred (which in turn vendors it from Yari), but there is currently no automation keeping it in sync, so the two copies have diverged.
Notable differences
- Fred uses
@importJSDoc references forTheme/RunnerDefaults(pointing at Fred-internal paths), while Dex still inlines those typedefs. - Fred threads a
uuid(from theuuidquery param) through thepostMessageconsole-proxy calls; Dex does not. - Minor formatting differences (trailing commas, unquoted attribute values, dropped
@returnstags).
Proposed fix
Add a daily scheduled GitHub Actions workflow that fetches Fred's vendor/yari/libs/play/index.js, and opens a PR whenever it diverges from Dex's copy, so the two stay in sync automatically.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare cloud-function/src/internal/play/index.js with vendor/yari/libs/play/index.js and review the issue's listed differences first. Then check GitHub Actions scheduling and pull-request creation guidance. Done means a daily workflow detects divergence and opens a PR to update Dex's vendored copy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, javascript
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100