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

Import-TypeView/-FormatView should ignore PipeScript source generators #73

Closed
StartAutomating opened this issue Sep 18, 2022 · 0 comments · Fixed by #74
Closed

Import-TypeView/-FormatView should ignore PipeScript source generators #73

StartAutomating opened this issue Sep 18, 2022 · 0 comments · Fixed by #74
Assignees

Comments

@StartAutomating
Copy link
Owner

StartAutomating commented Sep 18, 2022

PipeScript can simplify implementation of a method or property file, and since we don't want types.ps1xml files to contain the original source, Import-TypeView/-FormatView should ignore PipeScript source generators

Source Generators match a Regex:

\.ps1{0,1}\.(?<ext>[^.]+$)
@StartAutomating StartAutomating self-assigned this Sep 18, 2022
@StartAutomating StartAutomating changed the title Import-TypeView should ignore PipeScript source generators Import-TypeView/Import-FormatView should ignore PipeScript source generators Sep 18, 2022
@StartAutomating StartAutomating changed the title Import-TypeView/Import-FormatView should ignore PipeScript source generators Import-TypeView/-FormatView should ignore PipeScript source generators Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant