Nicholas Yang
Nicholas Yang
Getting the following error when trying to convert my state. Using draft-js plugins, but I'm not so sure that's the issue. The code is [here](https://github.com/stuyspec/content-editor/blob/master/lib/ContentEditor.js). Relevant portions: `import { stateToHTML...
### Description Internal tools are helpful for both the Rome core team and for other contributors. They let people gain an understanding of our various data structures; they facilitate debugging...
### Description Rome should work with more editors than VSCode. Because we use the language server protocol (LSP), it should be relatively easy to get Rome working with any editor...
### Description We've amassed quite a few views in the playground. Any more and we'll run into performance as well as usability issues. One issue that adds to this is...
### Description We should not allow redundant `use strict` directives. ``` function test() { "use strict"; function inner_a() { "use strict"; // redundant directive } function inner_b() { function inner_inner()...
### Description There are some views I'd like to see at the same time, such as Rome IR and Prettier IR. Currently we're using tabs as our abstraction for navigating...
### Description Currently when I debug a failing test, I have to copy the code into a playground manually. Instead, we could have the link automatically generated. This could be...
### Description Prettier has specific logic for formatting a JSX element with a Facebook translation tag. We currently do not handle this. At some point, we probably should, assuming Facebook...
**Is your feature request related to a problem? Please describe.** I'm trying to deploy YACS and I don't have a reference for what environment variables the .env file should contain....
Fixes glob negation in outputs, basically patterns that exclude directories like `!.next/cache/**`. Involves changes to protobuf types for `OutputWatcher`. Existing tests from `turbo_json_test.go` and `globby_test.go` should cover the cases.