Results 84 issues of Aaron

This closes #188. Tests are failing on the `master` branch right now, so I'm not sure where I should add or modify tests.

I'm working on a framework for building chrome extensions, [WXT](https://github.com/wxt-dev/wxt), that includes this plugin when running `wxt build --analyze`. Chrome extensions contain multiple bulid steps, so each step outputs a...

## Overview This closes #2899. Add a new parameter, `--chromium-pref`, which lets users configure [some profile settings](https://chromium.googlesource.com/chromium/src/+/main/chrome/common/pref_names.h) when running the `web-ext run` command. For default preferences, I set `extensions.ui.developer_mode=true` so...

### Is this a feature request or a bug? Feature request. ### What is the current behavior? Currently, web-ext uses `[email protected]`, but v1.1.0 was just released, with a fix to...

contrib: assigned

### Environment - Unimport: `v3.7.1` - Node: `v18.16.1` ### Reproduction https://github.com/aklinker1/unimport-tsx-bug ```sh pnpm i node index.mjs ``` ### Describe the bug When `components/index.ts` exports a subdirectory with a `index.tsx` file...

### Summary > As an alternative, you can try out WXT. It's an opinionated framework for developing web extensions that I've been working on for a while. I have verified...

bug
help wanted

### Summary HMR doesn't work when saving changes to an HTML file directly, so these types of files should be added to the list of files that automatically trigger a...

enhancement
good first issue

## Feature Request Replacement for `browser.runtime.sendMessage`/`browser.runtime.connect`/`browser.tabs.sendMessage`. The APIs provided by Chrome are difficult to use, not type-safe, and leads to bad DX. In particular, the messaging API should support the...

https://discord.com/channels/1212416027611365476/1236696883699646587/1236743318600417441

This is an issue for addressing several issues with how entrypoints are imported to get their options. - [ ] #336 - [ ] #504 - [ ] #634 -...

feature