Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

doc(website): Astro migration and playground polish #3679

Merged
merged 19 commits into from
Nov 12, 2022

Conversation

sebmck
Copy link
Contributor

@sebmck sebmck commented Nov 11, 2022

Summary

This PR migrates our docs from Eleventy to Astro. It also merges in the playground so we can reuse the same layout and styling.

TODO:

  • Table of contents

Test Plan

Netlify.

@sebmck sebmck requested a review from a team November 11, 2022 20:53
@netlify
Copy link

netlify bot commented Nov 11, 2022

Deploy Preview for docs-rometools ready!

Name Link
🔨 Latest commit b42b52f
🔍 Latest deploy log https://app.netlify.com/sites/docs-rometools/deploys/636f35e1d6847d000812249d
😎 Deploy Preview https://deploy-preview-3679--docs-rometools.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Sebastian McKenzie added 6 commits November 11, 2022 19:45
# Conflicts:
#	website/.eleventy.js
#	website/astro.config.ts
#	website/docs/package.json
#	website/docs/public/fonts/Inter-Black.woff
#	website/docs/public/fonts/Inter-Black.woff2
#	website/docs/public/fonts/Inter-BlackItalic.woff
#	website/docs/public/fonts/Inter-BlackItalic.woff2
#	website/docs/public/fonts/Inter-Bold.woff
#	website/docs/public/fonts/Inter-Bold.woff2
#	website/docs/public/fonts/Inter-BoldItalic.woff
#	website/docs/public/fonts/Inter-BoldItalic.woff2
#	website/docs/public/fonts/Inter-ExtraBold.woff
#	website/docs/public/fonts/Inter-ExtraBold.woff2
#	website/docs/public/fonts/Inter-ExtraBoldItalic.woff
#	website/docs/public/fonts/Inter-ExtraBoldItalic.woff2
#	website/docs/public/fonts/Inter-ExtraLight.woff
#	website/docs/public/fonts/Inter-ExtraLight.woff2
#	website/docs/public/fonts/Inter-ExtraLightItalic.woff
#	website/docs/public/fonts/Inter-ExtraLightItalic.woff2
#	website/docs/public/fonts/Inter-Italic.woff
#	website/docs/public/fonts/Inter-Italic.woff2
#	website/docs/public/fonts/Inter-Light.woff
#	website/docs/public/fonts/Inter-Light.woff2
#	website/docs/public/fonts/Inter-LightItalic.woff
#	website/docs/public/fonts/Inter-LightItalic.woff2
#	website/docs/public/fonts/Inter-Medium.woff
#	website/docs/public/fonts/Inter-Medium.woff2
#	website/docs/public/fonts/Inter-MediumItalic.woff
#	website/docs/public/fonts/Inter-MediumItalic.woff2
#	website/docs/public/fonts/Inter-Regular.woff
#	website/docs/public/fonts/Inter-Regular.woff2
#	website/docs/public/fonts/Inter-SemiBold.woff
#	website/docs/public/fonts/Inter-SemiBold.woff2
#	website/docs/public/fonts/Inter-SemiBoldItalic.woff
#	website/docs/public/fonts/Inter-SemiBoldItalic.woff2
#	website/docs/public/fonts/Inter-Thin.woff
#	website/docs/public/fonts/Inter-Thin.woff2
#	website/docs/public/fonts/Inter-ThinItalic.woff
#	website/docs/public/fonts/Inter-ThinItalic.woff2
#	website/docs/public/fonts/Inter-italic.var.woff2
#	website/docs/public/fonts/Inter-roman.var.woff2
#	website/docs/public/fonts/Inter.var.woff2
#	website/docs/public/fonts/inter.css
#	website/docs/public/img/circle-indent-logo.png
#	website/docs/public/img/favicon.png
#	website/docs/public/img/favicon.svg
#	website/docs/public/img/pinned-rome-logo.svg
#	website/docs/public/img/social-logo.png
#	website/docs/public/robots.txt
#	website/docs/public/script.js
#	website/docs/src/components/Contributors.astro
#	website/docs/src/components/cli-screenshots/check.md
#	website/docs/src/components/cli-screenshots/init.md
#	website/docs/src/components/cli-screenshots/lint-review.md
#	website/docs/src/components/cli-screenshots/lint-suggestions.md
#	website/docs/src/components/cli-screenshots/noUnreachable-example.md
#	website/docs/src/components/cli-screenshots/recover-list.md
#	website/docs/src/components/reference/Groups.astro
#	website/docs/src/pages/.editorconfig
#	website/docs/src/pages/cli.md
#	website/docs/src/pages/configuration.mdx
#	website/docs/src/pages/credits.mdx
#	website/docs/src/pages/formatter/index.mdx
#	website/docs/src/pages/guides/getting-started.mdx
#	website/docs/src/pages/internals/architecture.mdx
#	website/docs/src/pages/internals/philosophy.mdx
#	website/docs/src/pages/lint/rules/index.mdx
#	website/docs/src/pages/lint/rules/noArguments.md
#	website/docs/src/pages/lint/rules/noArrayIndexKey.md
#	website/docs/src/pages/lint/rules/noAsyncPromiseExecutor.md
#	website/docs/src/pages/lint/rules/noAutofocus.md
#	website/docs/src/pages/lint/rules/noBannedTypes.md
#	website/docs/src/pages/lint/rules/noCatchAssign.md
#	website/docs/src/pages/lint/rules/noChildrenProp.md
#	website/docs/src/pages/lint/rules/noCommentText.md
#	website/docs/src/pages/lint/rules/noCompareNegZero.md
#	website/docs/src/pages/lint/rules/noConstAssign.md
#	website/docs/src/pages/lint/rules/noDangerouslySetInnerHtml.md
#	website/docs/src/pages/lint/rules/noDangerouslySetInnerHtmlWithChildren.md
#	website/docs/src/pages/lint/rules/noDebugger.md
#	website/docs/src/pages/lint/rules/noDelete.md
#	website/docs/src/pages/lint/rules/noDoubleEquals.md
#	website/docs/src/pages/lint/rules/noDupeArgs.md
#	website/docs/src/pages/lint/rules/noEmptyPattern.md
#	website/docs/src/pages/lint/rules/noExplicitAny.md
#	website/docs/src/pages/lint/rules/noExtraBooleanCast.md
#	website/docs/src/pages/lint/rules/noFunctionAssign.md
#	website/docs/src/pages/lint/rules/noImplicitBoolean.md
#	website/docs/src/pages/lint/rules/noImportAssign.md
#	website/docs/src/pages/lint/rules/noInvalidConstructorSuper.md
#	website/docs/src/pages/lint/rules/noLabelVar.md
#	website/docs/src/pages/lint/rules/noMultipleSpacesInRegularExpressionLiterals.md
#	website/docs/src/pages/lint/rules/noNegationElse.md
#	website/docs/src/pages/lint/rules/noNewSymbol.md
#	website/docs/src/pages/lint/rules/noPositiveTabindex.md
#	website/docs/src/pages/lint/rules/noRenderReturnValue.md
#	website/docs/src/pages/lint/rules/noRestrictedGlobals.md
#	website/docs/src/pages/lint/rules/noShadowRestrictedNames.md
#	website/docs/src/pages/lint/rules/noShoutyConstants.md
#	website/docs/src/pages/lint/rules/noSparseArray.md
#	website/docs/src/pages/lint/rules/noUndeclaredVariables.md
#	website/docs/src/pages/lint/rules/noUnnecessaryContinue.md
#	website/docs/src/pages/lint/rules/noUnreachable.md
#	website/docs/src/pages/lint/rules/noUnsafeNegation.md
#	website/docs/src/pages/lint/rules/noUnusedTemplateLiteral.md
#	website/docs/src/pages/lint/rules/noUnusedVariables.md
#	website/docs/src/pages/lint/rules/noUselessFragments.md
#	website/docs/src/pages/lint/rules/noVoidElementsWithChildren.md
#	website/docs/src/pages/lint/rules/useAltText.md
#	website/docs/src/pages/lint/rules/useAnchorContent.md
#	website/docs/src/pages/lint/rules/useBlankTarget.md
#	website/docs/src/pages/lint/rules/useBlockStatements.md
#	website/docs/src/pages/lint/rules/useButtonType.md
#	website/docs/src/pages/lint/rules/useCamelCase.md
#	website/docs/src/pages/lint/rules/useExhaustiveDependencies.md
#	website/docs/src/pages/lint/rules/useFlatMap.md
#	website/docs/src/pages/lint/rules/useFragmentSyntax.md
#	website/docs/src/pages/lint/rules/useKeyWithClickEvents.md
#	website/docs/src/pages/lint/rules/useKeyWithMouseEvents.md
#	website/docs/src/pages/lint/rules/useOptionalChain.md
#	website/docs/src/pages/lint/rules/useSelfClosingElements.md
#	website/docs/src/pages/lint/rules/useShorthandArrayType.md
#	website/docs/src/pages/lint/rules/useSimplifiedLogicExpression.md
#	website/docs/src/pages/lint/rules/useSingleCaseStatement.md
#	website/docs/src/pages/lint/rules/useSingleVarDeclarator.md
#	website/docs/src/pages/lint/rules/useTemplate.md
#	website/docs/src/pages/lint/rules/useValidAnchor.md
#	website/docs/src/pages/lint/rules/useValidForDirection.md
#	website/docs/src/pages/lint/rules/useValidTypeof.md
#	website/docs/src/pages/lint/rules/useWhile.md
#	website/docs/src/pages/linter/index.mdx
#	website/docs/src/pages/standalone-executable.mdx
#	website/docs/src/svg/close-icon.svg
#	website/docs/src/svg/github.svg
#	website/docs/src/svg/mobile-nav-handle.svg
#	website/docs/src/svg/moon.svg
#	website/docs/src/svg/rome-logo.svg
#	website/docs/src/svg/sun.svg
#	website/docs/src/svg/twitter.svg
#	website/pnpm-lock.yaml
#	website/public/fonts/Inter-Black.woff
#	website/public/fonts/Inter-Black.woff2
#	website/public/fonts/Inter-BlackItalic.woff
#	website/public/fonts/Inter-BlackItalic.woff2
#	website/public/fonts/Inter-Bold.woff
#	website/public/fonts/Inter-Bold.woff2
#	website/public/fonts/Inter-BoldItalic.woff
#	website/public/fonts/Inter-BoldItalic.woff2
#	website/public/fonts/Inter-ExtraBold.woff
#	website/public/fonts/Inter-ExtraBold.woff2
#	website/public/fonts/Inter-ExtraBoldItalic.woff
#	website/public/fonts/Inter-ExtraBoldItalic.woff2
#	website/public/fonts/Inter-ExtraLight.woff
#	website/public/fonts/Inter-ExtraLight.woff2
#	website/public/fonts/Inter-ExtraLightItalic.woff
#	website/public/fonts/Inter-ExtraLightItalic.woff2
#	website/public/fonts/Inter-Italic.woff
#	website/public/fonts/Inter-Italic.woff2
#	website/public/fonts/Inter-Light.woff
#	website/public/fonts/Inter-Light.woff2
#	website/public/fonts/Inter-LightItalic.woff
#	website/public/fonts/Inter-LightItalic.woff2
#	website/public/fonts/Inter-Medium.woff
#	website/public/fonts/Inter-Medium.woff2
#	website/public/fonts/Inter-MediumItalic.woff
#	website/public/fonts/Inter-MediumItalic.woff2
#	website/public/fonts/Inter-Regular.woff
#	website/public/fonts/Inter-Regular.woff2
#	website/public/fonts/Inter-SemiBold.woff
#	website/public/fonts/Inter-SemiBold.woff2
#	website/public/fonts/Inter-SemiBoldItalic.woff
#	website/public/fonts/Inter-SemiBoldItalic.woff2
#	website/public/fonts/Inter-Thin.woff
#	website/public/fonts/Inter-Thin.woff2
#	website/public/fonts/Inter-ThinItalic.woff
#	website/public/fonts/Inter-ThinItalic.woff2
#	website/public/fonts/Inter-italic.var.woff2
#	website/public/fonts/Inter-roman.var.woff2
#	website/public/fonts/Inter.var.woff2
#	website/public/fonts/inter.css
#	website/public/img/circle-indent-logo.png
#	website/public/img/favicon.png
#	website/public/img/favicon.svg
#	website/public/img/pinned-rome-logo.svg
#	website/public/img/social-logo.png
#	website/public/robots.txt
#	website/public/script.js
#	website/src/.editorconfig
#	website/src/BaseLayout.astro
#	website/src/_data/env.js
#	website/src/_data/layout.js
#	website/src/_includes/blog-post-info.liquid
#	website/src/_includes/color-scheme-switcher.liquid
#	website/src/_includes/contributors.md
#	website/src/_includes/docs/cli-screenshots/check.md
#	website/src/_includes/docs/cli-screenshots/init.md
#	website/src/_includes/docs/cli-screenshots/lint-review.md
#	website/src/_includes/docs/cli-screenshots/lint-suggestions.md
#	website/src/_includes/docs/cli-screenshots/noUnreachable-example.md
#	website/src/_includes/docs/cli-screenshots/recover-list.md
#	website/src/_includes/docs/reference/groups.md
#	website/src/_includes/external-links.liquid
#	website/src/_includes/layout.liquid
#	website/src/_includes/layouts/svg/chevron-left.svg
#	website/src/_includes/layouts/svg/close-icon.svg
#	website/src/_includes/layouts/svg/discord.svg
#	website/src/_includes/layouts/svg/footer/github.svg
#	website/src/_includes/layouts/svg/footer/twitter.svg
#	website/src/_includes/layouts/svg/github.svg
#	website/src/_includes/layouts/svg/mobile-nav-handle.svg
#	website/src/_includes/layouts/svg/moon.svg
#	website/src/_includes/layouts/svg/netlify.svg
#	website/src/_includes/layouts/svg/open-collective.svg
#	website/src/_includes/layouts/svg/rome-logo.svg
#	website/src/_includes/layouts/svg/search-icon.svg
#	website/src/_includes/layouts/svg/sun.svg
#	website/src/_includes/layouts/svg/twitter.svg
#	website/src/_includes/scripts/funding-utils.js
#	website/src/_includes/scripts/funding.js
#	website/src/_includes/scripts/index.js
#	website/src/_includes/scripts/index.liquid
#	website/src/_includes/scripts/recent-contributions.js
#	website/src/_includes/svg/homepage/action.svg
#	website/src/_includes/svg/homepage/babel.svg
#	website/src/_includes/svg/homepage/box.svg
#	website/src/_includes/svg/homepage/chevron.svg
#	website/src/_includes/svg/homepage/css.svg
#	website/src/_includes/svg/homepage/html.svg
#	website/src/_includes/svg/homepage/javascript.svg
#	website/src/_includes/svg/homepage/json.svg
#	website/src/_includes/svg/homepage/layers.svg
#	website/src/_includes/svg/homepage/lightning.svg
#	website/src/_includes/svg/homepage/markdown.svg
#	website/src/_includes/svg/homepage/maximize.svg
#	website/src/_includes/svg/homepage/typescript.svg
#	website/src/_includes/svg/homepage/vscode.svg
#	website/src/_includes/svg/homepage/yarn.svg
#	website/src/cli.md
#	website/src/components/ActiveLink.astro
#	website/src/components/Contributors.astro
#	website/src/components/InlineSVG.astro
#	website/src/components/cli-screenshots/check.md
#	website/src/components/cli-screenshots/init.md
#	website/src/components/cli-screenshots/lint-review.md
#	website/src/components/cli-screenshots/lint-suggestions.md
#	website/src/components/cli-screenshots/noUnreachable-example.md
#	website/src/components/cli-screenshots/recover-list.md
#	website/src/components/reference/Groups.astro
#	website/src/components/reference/Groups.md
#	website/src/configuration.md
#	website/src/credits.md
#	website/src/docsearch-js.liquid
#	website/src/formatter/index.md
#	website/src/guides/getting-started.md
#	website/src/index.md
#	website/src/internals/architecture.md
#	website/src/internals/index.md
#	website/src/internals/philosophy.md
#	website/src/lint/rules/index.md
#	website/src/lint/rules/noArguments.md
#	website/src/lint/rules/noArrayIndexKey.md
#	website/src/lint/rules/noAsyncPromiseExecutor.md
#	website/src/lint/rules/noAutofocus.md
#	website/src/lint/rules/noBannedTypes.md
#	website/src/lint/rules/noCatchAssign.md
#	website/src/lint/rules/noChildrenProp.md
#	website/src/lint/rules/noCommentText.md
#	website/src/lint/rules/noCompareNegZero.md
#	website/src/lint/rules/noConstAssign.md
#	website/src/lint/rules/noDangerouslySetInnerHtml.md
#	website/src/lint/rules/noDangerouslySetInnerHtmlWithChildren.md
#	website/src/lint/rules/noDebugger.md
#	website/src/lint/rules/noDelete.md
#	website/src/lint/rules/noDoubleEquals.md
#	website/src/lint/rules/noDupeArgs.md
#	website/src/lint/rules/noEmptyPattern.md
#	website/src/lint/rules/noExplicitAny.md
#	website/src/lint/rules/noExtraBooleanCast.md
#	website/src/lint/rules/noFunctionAssign.md
#	website/src/lint/rules/noImplicitBoolean.md
#	website/src/lint/rules/noImportAssign.md
#	website/src/lint/rules/noInvalidConstructorSuper.md
#	website/src/lint/rules/noLabelVar.md
#	website/src/lint/rules/noMultipleSpacesInRegularExpressionLiterals.md
#	website/src/lint/rules/noNegationElse.md
#	website/src/lint/rules/noNewSymbol.md
#	website/src/lint/rules/noPositiveTabindex.md
#	website/src/lint/rules/noRenderReturnValue.md
#	website/src/lint/rules/noRestrictedGlobals.md
#	website/src/lint/rules/noShadowRestrictedNames.md
#	website/src/lint/rules/noShoutyConstants.md
#	website/src/lint/rules/noSparseArray.md
#	website/src/lint/rules/noUndeclaredVariables.md
#	website/src/lint/rules/noUnnecessaryContinue.md
#	website/src/lint/rules/noUnreachable.md
#	website/src/lint/rules/noUnsafeNegation.md
#	website/src/lint/rules/noUnusedTemplateLiteral.md
#	website/src/lint/rules/noUnusedVariables.md
#	website/src/lint/rules/noUselessFragments.md
#	website/src/lint/rules/noVoidElementsWithChildren.md
#	website/src/lint/rules/useAltText.md
#	website/src/lint/rules/useAnchorContent.md
#	website/src/lint/rules/useBlankTarget.md
#	website/src/lint/rules/useBlockStatements.md
#	website/src/lint/rules/useButtonType.md
#	website/src/lint/rules/useCamelCase.md
#	website/src/lint/rules/useExhaustiveDependencies.md
#	website/src/lint/rules/useFlatMap.md
#	website/src/lint/rules/useFragmentSyntax.md
#	website/src/lint/rules/useKeyWithClickEvents.md
#	website/src/lint/rules/useKeyWithMouseEvents.md
#	website/src/lint/rules/useOptionalChain.md
#	website/src/lint/rules/useSelfClosingElements.md
#	website/src/lint/rules/useShorthandArrayType.md
#	website/src/lint/rules/useSimplifiedLogicExpression.md
#	website/src/lint/rules/useSingleCaseStatement.md
#	website/src/lint/rules/useSingleVarDeclarator.md
#	website/src/lint/rules/useTemplate.md
#	website/src/lint/rules/useValidAnchor.md
#	website/src/lint/rules/useValidForDirection.md
#	website/src/lint/rules/useValidTypeof.md
#	website/src/lint/rules/useWhile.md
#	website/src/linter/index.md
#	website/src/navigation.json
#	website/src/pages/.editorconfig
#	website/src/pages/cli.md
#	website/src/pages/configuration.mdx
#	website/src/pages/credits.mdx
#	website/src/pages/formatter/index.mdx
#	website/src/pages/guides/getting-started.mdx
#	website/src/pages/index.astro
#	website/src/pages/internals/architecture.mdx
#	website/src/pages/internals/index.mdx
#	website/src/pages/internals/philosophy.mdx
#	website/src/pages/lint/rules/index.mdx
#	website/src/pages/lint/rules/noArguments.md
#	website/src/pages/lint/rules/noArrayIndexKey.md
#	website/src/pages/lint/rules/noAsyncPromiseExecutor.md
#	website/src/pages/lint/rules/noAutofocus.md
#	website/src/pages/lint/rules/noBannedTypes.md
#	website/src/pages/lint/rules/noCatchAssign.md
#	website/src/pages/lint/rules/noChildrenProp.md
#	website/src/pages/lint/rules/noCommentText.md
#	website/src/pages/lint/rules/noCompareNegZero.md
#	website/src/pages/lint/rules/noConstAssign.md
#	website/src/pages/lint/rules/noDangerouslySetInnerHtml.md
#	website/src/pages/lint/rules/noDangerouslySetInnerHtmlWithChildren.md
#	website/src/pages/lint/rules/noDebugger.md
#	website/src/pages/lint/rules/noDelete.md
#	website/src/pages/lint/rules/noDoubleEquals.md
#	website/src/pages/lint/rules/noDupeArgs.md
#	website/src/pages/lint/rules/noEmptyPattern.md
#	website/src/pages/lint/rules/noExplicitAny.md
#	website/src/pages/lint/rules/noExtraBooleanCast.md
#	website/src/pages/lint/rules/noFunctionAssign.md
#	website/src/pages/lint/rules/noImplicitBoolean.md
#	website/src/pages/lint/rules/noImportAssign.md
#	website/src/pages/lint/rules/noInvalidConstructorSuper.md
#	website/src/pages/lint/rules/noLabelVar.md
#	website/src/pages/lint/rules/noMultipleSpacesInRegularExpressionLiterals.md
#	website/src/pages/lint/rules/noNegationElse.md
#	website/src/pages/lint/rules/noNewSymbol.md
#	website/src/pages/lint/rules/noPositiveTabindex.md
#	website/src/pages/lint/rules/noRenderReturnValue.md
#	website/src/pages/lint/rules/noRestrictedGlobals.md
#	website/src/pages/lint/rules/noShadowRestrictedNames.md
#	website/src/pages/lint/rules/noShoutyConstants.md
#	website/src/pages/lint/rules/noSparseArray.md
#	website/src/pages/lint/rules/noUndeclaredVariables.md
#	website/src/pages/lint/rules/noUnnecessaryContinue.md
#	website/src/pages/lint/rules/noUnreachable.md
#	website/src/pages/lint/rules/noUnsafeNegation.md
#	website/src/pages/lint/rules/noUnusedTemplateLiteral.md
#	website/src/pages/lint/rules/noUnusedVariables.md
#	website/src/pages/lint/rules/noUselessFragments.md
#	website/src/pages/lint/rules/noVoidElementsWithChildren.md
#	website/src/pages/lint/rules/useAltText.md
#	website/src/pages/lint/rules/useAnchorContent.md
#	website/src/pages/lint/rules/useBlankTarget.md
#	website/src/pages/lint/rules/useBlockStatements.md
#	website/src/pages/lint/rules/useButtonType.md
#	website/src/pages/lint/rules/useCamelCase.md
#	website/src/pages/lint/rules/useExhaustiveDependencies.md
#	website/src/pages/lint/rules/useFlatMap.md
#	website/src/pages/lint/rules/useFragmentSyntax.md
#	website/src/pages/lint/rules/useKeyWithClickEvents.md
#	website/src/pages/lint/rules/useKeyWithMouseEvents.md
#	website/src/pages/lint/rules/useOptionalChain.md
#	website/src/pages/lint/rules/useSelfClosingElements.md
#	website/src/pages/lint/rules/useShorthandArrayType.md
#	website/src/pages/lint/rules/useSimplifiedLogicExpression.md
#	website/src/pages/lint/rules/useSingleCaseStatement.md
#	website/src/pages/lint/rules/useSingleVarDeclarator.md
#	website/src/pages/lint/rules/useTemplate.md
#	website/src/pages/lint/rules/useValidAnchor.md
#	website/src/pages/lint/rules/useValidForDirection.md
#	website/src/pages/lint/rules/useValidTypeof.md
#	website/src/pages/lint/rules/useWhile.md
#	website/src/pages/linter/index.mdx
#	website/src/pages/standalone-executable.mdx
#	website/src/sitemap.liquid
#	website/src/standalone-executable.md
#	website/src/styles/_content.scss
#	website/src/styles/_global.scss
#	website/src/svg/close-icon.svg
#	website/src/svg/discord.svg
#	website/src/svg/github.svg
#	website/src/svg/mobile-nav-handle.svg
#	website/src/svg/moon.svg
#	website/src/svg/rome-logo.svg
#	website/src/svg/sun.svg
#	website/src/svg/twitter.svg
#	website/static/_redirects
#	website/static/fonts/Inter-Black.woff
#	website/static/fonts/Inter-Black.woff2
#	website/static/fonts/Inter-BlackItalic.woff
#	website/static/fonts/Inter-BlackItalic.woff2
#	website/static/fonts/Inter-Bold.woff
#	website/static/fonts/Inter-Bold.woff2
#	website/static/fonts/Inter-BoldItalic.woff
#	website/static/fonts/Inter-BoldItalic.woff2
#	website/static/fonts/Inter-ExtraBold.woff
#	website/static/fonts/Inter-ExtraBold.woff2
#	website/static/fonts/Inter-ExtraBoldItalic.woff
#	website/static/fonts/Inter-ExtraBoldItalic.woff2
#	website/static/fonts/Inter-ExtraLight.woff
#	website/static/fonts/Inter-ExtraLight.woff2
#	website/static/fonts/Inter-ExtraLightItalic.woff
#	website/static/fonts/Inter-ExtraLightItalic.woff2
#	website/static/fonts/Inter-Italic.woff
#	website/static/fonts/Inter-Italic.woff2
#	website/static/fonts/Inter-Light.woff
#	website/static/fonts/Inter-Light.woff2
#	website/static/fonts/Inter-LightItalic.woff
#	website/static/fonts/Inter-LightItalic.woff2
#	website/static/fonts/Inter-Medium.woff
#	website/static/fonts/Inter-Medium.woff2
#	website/static/fonts/Inter-MediumItalic.woff
#	website/static/fonts/Inter-MediumItalic.woff2
#	website/static/fonts/Inter-Regular.woff
#	website/static/fonts/Inter-Regular.woff2
#	website/static/fonts/Inter-SemiBold.woff
#	website/static/fonts/Inter-SemiBold.woff2
#	website/static/fonts/Inter-SemiBoldItalic.woff
#	website/static/fonts/Inter-SemiBoldItalic.woff2
#	website/static/fonts/Inter-Thin.woff
#	website/static/fonts/Inter-Thin.woff2
#	website/static/fonts/Inter-ThinItalic.woff
#	website/static/fonts/Inter-ThinItalic.woff2
#	website/static/fonts/Inter-italic.var.woff2
#	website/static/fonts/Inter-roman.var.woff2
#	website/static/fonts/Inter.var.woff2
#	website/static/fonts/inter.css
#	website/static/img/blog/6to5-to-babel.png
#	website/static/img/blog/eslint-rome-comparison.mp4
#	website/static/img/blog/formatter_benchmark.png
#	website/static/img/blog/formatter_benchmark_eslint.png
#	website/static/img/blog/formatter_benchmark_typescript.png
#	website/static/img/blog/formatter_benchmark_webpack.png
#	website/static/img/blog/formatter_broken_code_demo.gif
#	website/static/img/blog/introducing-rome-post-babel-logos.png
#	website/static/img/blog/investors/acapital.svg
#	website/static/img/blog/investors/bloomberg-dark.png
#	website/static/img/blog/investors/bloomberg.png
#	website/static/img/blog/investors/ossc-dark.png
#	website/static/img/blog/investors/ossc.png
#	website/static/img/blog/investors/remotefirst-dark.png
#	website/static/img/blog/investors/remotefirst.png
#	website/static/img/blog/investors/svangel-dark.png
#	website/static/img/blog/investors/svangel.png
#	website/static/img/blog/jamie-and-seb.jpg
#	website/static/img/blog/jamie-avatar.jpg
#	website/static/img/blog/micha-avatar.jpg
#	website/static/img/blog/sebmck-avatar.jpg
#	website/static/img/circle-indent-logo.png
#	website/static/img/favicon.png
#	website/static/img/favicon.svg
#	website/static/img/formatter-cover.webp
#	website/static/img/homepage-vscode-screenshot-dark.png
#	website/static/img/homepage-vscode-screenshot-light.png
#	website/static/img/inc-bg-dark.svg
#	website/static/img/inc-bg.svg
#	website/static/img/pattern-black.png
#	website/static/img/pattern-white.png
#	website/static/img/pinned-rome-logo.svg
#	website/static/img/rust-cover.jpg
#	website/static/img/social-logo-formatter.png
#	website/static/img/social-logo-heart.png
#	website/static/img/social-logo-rust.png
#	website/static/img/social-logo-universe.png
#	website/static/img/social-logo.png
#	website/static/robots.txt
#	website/utils.js
@sebmck sebmck changed the title [website] Astro migration and playground polish doc(website): Astro migration and playground polish Nov 12, 2022
@github-actions
Copy link

Parser conformance results on ubuntu-latest

js/262

Test result main count This PR count Difference
Total 45879 45879 0
Passed 44939 44939 0
Failed 940 940 0
Panics 0 0 0
Coverage 97.95% 97.95% 0.00%

jsx/babel

Test result main count This PR count Difference
Total 39 39 0
Passed 36 36 0
Failed 3 3 0
Panics 0 0 0
Coverage 92.31% 92.31% 0.00%

symbols/microsoft

Test result main count This PR count Difference
Total 5946 5946 0
Passed 1621 1621 0
Failed 4325 4325 0
Panics 0 0 0
Coverage 27.26% 27.26% 0.00%

ts/babel

Test result main count This PR count Difference
Total 588 588 0
Passed 519 519 0
Failed 69 69 0
Panics 0 0 0
Coverage 88.27% 88.27% 0.00%

ts/microsoft

Test result main count This PR count Difference
Total 16257 16257 0
Passed 12395 12395 0
Failed 3862 3862 0
Panics 0 0 0
Coverage 76.24% 76.24% 0.00%

@sebmck sebmck merged commit cdaded9 into main Nov 12, 2022
@sebmck sebmck deleted the sebmck/astro-playground branch November 12, 2022 06:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant