Open
Description
We currently have two copies of the playground's playground.js: one in x/tools (the original) and one in x/website (the new home, but currently unused?).
Unify.
/cc @ysmolsky @andybons @dmitshur @katiehockman @cnoellekb
Metadata
Metadata
Assignees
Labels
Type
Projects
Relationships
Development
No branches or pull requests
Activity
andybons commentedon May 13, 2019
The one in x/website is used by the playground widget on golang.org.
dmitshur commentedon May 13, 2019
This task is a part of the larger "fully stripping down the godoc binary so that it only displays local code documentation" task in #29206 (comment).
Edit: Created issue #32011 for tracking that more specifically.
dmitshur commentedon Sep 5, 2020
We should remove the one in x/website, as it's newer
and unused. A better new home would be inside x/playground, but that can be a separate issue.This caused confusion in CL 252377.
Edit: Not completely unused, I see #32007 (comment) above now.