dillon1000/react

Commit

Move playground to apps

Generally we should reserve the `packages` directory for packages that 

are needed to run the compiler, while `apps` is for frontends that might 

make use of the compiler (and optionally, related packages)
Browse files
Changed paths44 files
First-parent comparison
R compiler/forget/packages/playground/.eslintrc.json →compiler/forget/apps/playground/.eslintrc.json RenamedR compiler/forget/packages/playground/.gitignore →compiler/forget/apps/playground/.gitignore RenamedR compiler/forget/packages/playground/.vscode/extensions.json →compiler/forget/apps/playground/.vscode/extensions.json RenamedR compiler/forget/packages/playground/README.md →compiler/forget/apps/playground/README.md RenamedR compiler/forget/packages/playground/app/index.tsx →compiler/forget/apps/playground/app/index.tsx RenamedR compiler/forget/packages/playground/app/layout.tsx →compiler/forget/apps/playground/app/layout.tsx RenamedR compiler/forget/packages/playground/app/page.tsx →compiler/forget/apps/playground/app/page.tsx RenamedR compiler/forget/packages/playground/colors.js →compiler/forget/apps/playground/colors.js RenamedR compiler/forget/packages/playground/components/Editor/Input.tsx →compiler/forget/apps/playground/components/Editor/Input.tsx RenamedR compiler/forget/packages/playground/components/Editor/Output.tsx →compiler/forget/apps/playground/components/Editor/Output.tsx RenamedR compiler/forget/packages/playground/components/Editor/index.tsx →compiler/forget/apps/playground/components/Editor/index.tsx RenamedR compiler/forget/packages/playground/components/Editor/monacoOptions.ts →compiler/forget/apps/playground/components/Editor/monacoOptions.ts RenamedR compiler/forget/packages/playground/components/Header.tsx →compiler/forget/apps/playground/components/Header.tsx RenamedR compiler/forget/packages/playground/components/Logo.tsx →compiler/forget/apps/playground/components/Logo.tsx RenamedR compiler/forget/packages/playground/components/Message.tsx →compiler/forget/apps/playground/components/Message.tsx RenamedR compiler/forget/packages/playground/components/StoreContext.tsx →compiler/forget/apps/playground/components/StoreContext.tsx RenamedR compiler/forget/packages/playground/components/TabbedWindow.tsx →compiler/forget/apps/playground/components/TabbedWindow.tsx RenamedR compiler/forget/packages/playground/components/index.ts →compiler/forget/apps/playground/components/index.ts RenamedR compiler/forget/packages/playground/hooks/index.ts →compiler/forget/apps/playground/hooks/index.ts RenamedR compiler/forget/packages/playground/hooks/useMountEffect.ts →compiler/forget/apps/playground/hooks/useMountEffect.ts RenamedR compiler/forget/packages/playground/lib/createContext.ts →compiler/forget/apps/playground/lib/createContext.ts RenamedR compiler/forget/packages/playground/lib/defaultStore.ts →compiler/forget/apps/playground/lib/defaultStore.ts RenamedR compiler/forget/packages/playground/lib/forgetMonacoDiagnostics.ts →compiler/forget/apps/playground/lib/forgetMonacoDiagnostics.ts RenamedR compiler/forget/packages/playground/lib/stores/index.ts →compiler/forget/apps/playground/lib/stores/index.ts RenamedR compiler/forget/packages/playground/lib/stores/messages.ts →compiler/forget/apps/playground/lib/stores/messages.ts RenamedR compiler/forget/packages/playground/lib/stores/store.ts →compiler/forget/apps/playground/lib/stores/store.ts RenamedR compiler/forget/packages/playground/lib/utils.ts →compiler/forget/apps/playground/lib/utils.ts RenamedR compiler/forget/packages/playground/next-env.d.ts →compiler/forget/apps/playground/next-env.d.ts RenamedR compiler/forget/packages/playground/next.config.js →compiler/forget/apps/playground/next.config.js RenamedR compiler/forget/packages/playground/package.json →compiler/forget/apps/playground/package.json RenamedR compiler/forget/packages/playground/postcss.config.js →compiler/forget/apps/playground/postcss.config.js RenamedR compiler/forget/packages/playground/public/favicon.ico →compiler/forget/apps/playground/public/favicon.ico RenamedR compiler/forget/packages/playground/public/fonts/Source-Code-Pro-Regular.woff2 →compiler/forget/apps/playground/public/fonts/Source-Code-Pro-Regular.woff2 RenamedR compiler/forget/packages/playground/public/graphvizlib.wasm →compiler/forget/apps/playground/public/graphvizlib.wasm RenamedR compiler/forget/packages/playground/public/icon-180x180.png →compiler/forget/apps/playground/public/icon-180x180.png RenamedR compiler/forget/packages/playground/public/site.webmanifest →compiler/forget/apps/playground/public/site.webmanifest RenamedR compiler/forget/packages/playground/public/vercel.svg →compiler/forget/apps/playground/public/vercel.svg RenamedR compiler/forget/packages/playground/scripts/downloadFonts.js →compiler/forget/apps/playground/scripts/downloadFonts.js RenamedR compiler/forget/packages/playground/styles/globals.css →compiler/forget/apps/playground/styles/globals.css RenamedR compiler/forget/packages/playground/tailwind.config.js →compiler/forget/apps/playground/tailwind.config.js RenamedR compiler/forget/packages/playground/tsconfig.json →compiler/forget/apps/playground/tsconfig.json RenamedR compiler/forget/packages/playground/vercel.json →compiler/forget/apps/playground/vercel.json RenamedR compiler/forget/packages/playground/yarn.lock →compiler/forget/apps/playground/yarn.lock RenamedM compiler/forget/package.json Modified
Patch

Files changed

Rendering syntax-highlighted changes…