l3ops
l3ops
## Summary Closes https://github.com/rome/tools/issues/3719 This PR introduces new rule groups inspired by Clippy, and changes the group and recommended flag for a number of lint rules in preparation for v11....
## Summary This PR extends the `organizeImports` code action to not only sort whole import nodes, but also reorder the named import specifiers within a given node. The implementation is...
## Summary Fixes #3790 This PR fixes how ignore patterns are parsed and changes how paths are represented in the language server to reduce discrepancies with the CLI. For ignore...
## Summary Fixes #3481 This PR implements a rule called `noUnreachableSuper` that performs an analysis on the control flow graph of class constructors of derived classes to ensure the following:...
Exposing a lower-level API for manually creating transactions and spans with explicit timing values (instead of automatically reading the system clock when the spans are started / finished) would be...
This PR adds a new `env` option, a simple key-value object to be passed to cluster.fork() in order to inject additional environment variables into the workers.
It seems like Watchman only supports using forward slashes as paths separators in `dirname` expressions (at least). This can be an issue on Windows if any of the paths specified...