Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: switch playground to https://github.com/oxc-project/playground #5249

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
"matchManagers": ["cargo"],
"ignoreDeps": ["syn", "ureq"]
},
{
"groupName": "website npm packages",
"matchFileNames": ["website/package.json"],
"matchManagers": ["npm"]
},
{
"groupName": "vscode npm packages",
"matchFileNames": ["editors/vscode/package.json"],
Expand Down
52 changes: 0 additions & 52 deletions .github/workflows/website.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Oxc ports or copies code from other open source projects, their licenses are lis
[sponsors-badge]: https://img.shields.io/github/sponsors/Boshen
[sponsors-url]: https://github.com/sponsors/Boshen
[playground-badge]: https://img.shields.io/badge/Playground-blue?color=9BE4E0
[playground-url]: https://oxc-project.github.io/oxc/playground
[playground-url]: https://oxc-playground.netlify.app
[website-badge]: https://img.shields.io/badge/Website-blue
[website-url]: https://oxc.rs
[crate-oxc-url]: https://crates.io/crates/oxc
Expand Down
2 changes: 1 addition & 1 deletion crates/oxc_ast/src/ast/ts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ pub enum TSSignature<'a> {
/// An index signature within a class, type alias, etc.
///
/// ## Example
/// [playground link](https://oxc-project.github.io/oxc/playground/?code=3YCAAIC9gICAgICAgIC6nsrEgtem3AB/pQsrWlLnujiFhkHVtfeFMq5RMD7X5AzJnZ5R/ecQ5KG1FUFjzXvrxFXH0m6HpS+Ob3TC8gQXeRQygA%3D%3D)
/// [playground link](https://oxc-playground.netlify.app/?code=3YCAAIC9gICAgICAgIC6nsrEgtem3AB/pQsrWlLnujiFhkHVtfeFMq5RMD7X5AzJnZ5R/ecQ5KG1FUFjzXvrxFXH0m6HpS+Ob3TC8gQXeRQygA%3D%3D)
/// ```ts
/// type MapOf<T> = {
/// // _________ parameters (vec with 1 element)
Expand Down
2 changes: 1 addition & 1 deletion npm/oxlint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
[sponsors-badge]: https://img.shields.io/github/sponsors/Boshen
[sponsors-url]: https://github.com/sponsors/Boshen
[playground-badge]: https://img.shields.io/badge/Playground-blue?color=9BE4E0
[playground-url]: https://oxc-project.github.io/oxc/playground
[playground-url]: https://oxc-playground.netlify.app

</div>

Expand Down
1 change: 0 additions & 1 deletion website/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions website/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions website/index.html

This file was deleted.

45 changes: 0 additions & 45 deletions website/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions website/patches/@ddietr__codemirror-themes@1.4.1.patch

This file was deleted.

40 changes: 0 additions & 40 deletions website/playground/editor.ts

This file was deleted.

150 changes: 0 additions & 150 deletions website/playground/index.html

This file was deleted.

Loading