Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,639 contributions in the last year
Contribution activity
August 2020
Created a pull request in romefrontend/rome that received 2 comments
Change website tagline, add more CLI screenshots and docs
Summary This PR makes a bunch of changes to the website, notably: Filled out TODO docs. Added more documentation and CLI screenshots. Improved th…
+458
−394
•
2
comments
- Final batch of release fixes
- More release tweaks
- More batched release fixes
- Misc release fixes
- Fix and add tests for fix decisions - fixes #932
- Blog post tweaks
- Add test for `rome init` in a directory with an existing rome project - fixes #801
- Fix Client#generateRageSummary - fixes #931
- [website] Add blog post
- Website accessibility tweaks
- Code quality polish
- Remove Position.index
- Even more documentation
- Improve error handling
- Fix silent request query property
- Fix comment insertion and suppressions
- Add state to compiler visitors, add optimizations for memory file system and parsing
Created an issue in romefrontend/rome that received 3 comments
📎 Remove PATH from rage —summary
It's not really useful and can expose potentially sensitive information.
3
comments
- 📎 Lower supported Node version
- 📎 Improve test performance and stability
- ☂️ Markdown support
- ☂️ CSS support
- ☂️ HTML support
- 📎 Unquote valid JS identifier property keys and computed members
- 📎 Considering removing `hr` from console output
- 📎 Binary bridge format
- 📎 Warn if there are multiple configs
- 📎 Enable `--changed` for `check` by default in `rome ci`
- 📎 Slim down huge internal files
- 📎 Additional lint rules from IntelliJ
- 📎 Detect `debugger` statements in bundler and enable it while running tests
- 📎 Interactive yes/no when suggesting CLI commands in a TTY
- 📎 Always retain `@jsx` header even if the leadingComment node it's attached to is removed
- 💭 Consider mandatory lint suppression explanations
- 📎 Fatal error coloring sometimes has unhighlighted trailing characters
- ☂️ Future performance optimizations
- 📎 Import ESLint rule tests
- 📎 Split JS regex lint rules into a separate category
- 📎 Add fixable tag to lint rule docs
- 📎 Support `/* global */` comments for declaring globals