Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing usePipeDecoratorRule from 3.0.0 build #299

Closed
sebek64 opened this issue Apr 28, 2017 · 5 comments
Closed

Missing usePipeDecoratorRule from 3.0.0 build #299

sebek64 opened this issue Apr 28, 2017 · 5 comments

Comments

@sebek64
Copy link

sebek64 commented Apr 28, 2017

probably because it is missing in index.ts.

@mgechev
Copy link
Owner

mgechev commented Apr 28, 2017

Yes, I don't see it exported but it shouldn't prevent you from using it since tslint will look at the files node_modules/codelyzer/*Rule.js.

What is the error that you get?

@sebek64
Copy link
Author

sebek64 commented Apr 28, 2017

The problem is that is is missing in this directory:

$ ls node_modules/codelyzer/*Rule.js
node_modules/codelyzer/componentClassSuffixRule.js
node_modules/codelyzer/componentSelectorRule.js
node_modules/codelyzer/directiveClassSuffixRule.js
node_modules/codelyzer/directiveSelectorRule.js
node_modules/codelyzer/importDestructuringSpacingRule.js
node_modules/codelyzer/invokeInjectableRule.js
node_modules/codelyzer/noAccessMissingMemberRule.js
node_modules/codelyzer/noAttributeParameterDecoratorRule.js
node_modules/codelyzer/noForwardRefRule.js
node_modules/codelyzer/noInputRenameRule.js
node_modules/codelyzer/noOutputRenameRule.js
node_modules/codelyzer/noUnusedCssRule.js
node_modules/codelyzer/pipeImpureRule.js
node_modules/codelyzer/pipeNamingRule.js
node_modules/codelyzer/templatesUsePublicRule.js
node_modules/codelyzer/templateToNgTemplateRule.js
node_modules/codelyzer/useHostPropertyDecoratorRule.js
node_modules/codelyzer/useInputPropertyDecoratorRule.js
node_modules/codelyzer/useLifeCycleInterfaceRule.js
node_modules/codelyzer/useOutputPropertyDecoratorRule.js
node_modules/codelyzer/usePipeTransformInterfaceRule.js

@mgechev
Copy link
Owner

mgechev commented Apr 28, 2017

Ah, I see. Let me publish 3.0.1.

@mgechev
Copy link
Owner

mgechev commented Apr 28, 2017

Fixed by c5869e0. You can try npm i codelyzer@3.0.1.

@mgechev mgechev closed this as completed Apr 28, 2017
@mgechev mgechev added this to the 3.0.1 - West Vent milestone Apr 28, 2017
@sebek64
Copy link
Author

sebek64 commented Apr 28, 2017

Yes, it works. Thank you for a quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants