babel-plugin-filter-imports
babel-plugin-filter-imports copied to clipboard
A babel transform for filtering out imports
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.4 to 3.2.0. Changelog Sourced from eslint-plugin-prettier's changelog. v3.2.0 (2020-12-03) Skip CI for eslint 6 + node 8 (#364) (f8f08e4) Turn off problematic rules in recommended config...
Hello! Thank you for this useful plugin. However, consider that I have the following imports in my source code: ```javascript import "third-party/foo"; import "third-party/bar"; import "third-party/baz/qux/quux"; ``` How do I...
Currently I'm encountering a failure caused by this plugin when trying to remove method decorators, _specifically_ if it is removing the only decorator on the method: ``` Method has decorators,...
Hi! This is a really dope plugin!! Today I faced the following issue: Cannot find the path for removal, please open issue with code example and the stack trace on...
This just popped up in https://github.com/ember-decorators/argument/issues/43, we have a use case for wanting to be able to _just_ remove the imports, and keep all references. Basically we have a shim...