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

Searching 'formatter' yields a blank formatter.html #269

Closed
JoshuaKGoldberg opened this issue Jan 8, 2025 · 3 comments · Fixed by #270
Closed

Searching 'formatter' yields a blank formatter.html #269

JoshuaKGoldberg opened this issue Jan 8, 2025 · 3 comments · Fixed by #270

Comments

@JoshuaKGoldberg
Copy link

Repro steps:

  1. Go to the (very lovely) oxc.rs
  2. Cmd/Ctrl K search for formatter
  3. Take the first result: https://oxc.rs/docs/learn/architecture/formatter.html#formatter

https://oxc.rs/docs/learn/architecture/formatter.html#formatter is a blank page. Is there supposed to be content there? 🙂

@overlookmotel
Copy link
Contributor

The formatter is a work in progress (oxc-project/oxc#5068). My understanding is that it's currently not suitable for use (but please correct me if I'm wrong @leaysgur).

But, regardless, yes an empty page is not very helpful! Thanks for pointing this out.

@leaysgur
Copy link
Contributor

leaysgur commented Jan 8, 2025

My understanding is that it's currently not suitable for use

Yes, you are right.
There is no reason to stop, but I don't think it's worth trying yet. 😅

@leaysgur
Copy link
Contributor

leaysgur commented Jan 8, 2025

BTW, there also seem to be other blank pages.

oxc-project.github.io/src/docs
❯ fd -S -100b
contribute/codegen.md
learn/architecture/formatter.md
learn/architecture/introduction.md
learn/architecture/minifier.md
learn/architecture/resolver.md
learn/architecture/transformer.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants