Nick Hudkins
Nick Hudkins
This change introduces a new configuration option to sort Node builtins to the top of all imports π
While we discuss if notan should expose a means by which to obtain a `raw_window_handle`, we'll piggyback on `transparency` as a proxy for "please don't show shadows". While this changes...
Alternatively, we do this!
It still runs :) 8 years later. - Automated building the list of pygment styles by calling `get_all_styles` in make
Many of the TypeScript definitions specify `void` as a type parameter for generic types where the equivalent Flow type definition uses an *empty* type parameter: ### TypeScript Type Definition (π€¨)...
## Hey, I just made a Pull Request! #### :heavy_check_mark: Checklist - [ ] A changeset describing the change and affected packages. ([more info](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#creating-changesets)) - [ ] Added or updated...
## Hey, I just made a Pull Request! Introduces a new extension API for registering custom TechDocs DOM transformers via TransformerBlueprint. Refactors transformer handling to use a prioritized, phase-based system...
π³ It appears that tests have not been running in CI for this project. This *does* reveal broken tests, which I will address in a follow up commit. For now,...
## Summary As I began working to hand-fix some types, the formidable @robhogan [pointed me](https://github.com/facebook/metro/pull/1608#issuecomment-3503159420) in the direction of `generateTypeScriptDefinitions.js`, which has been used here to generate types for `metro-file-map`...
## Summary The use of `void` as a type parameter is semantically different in TS than Flow. Specifically, providing `void` in Flow will result in the use of the default...