Skip to content

Commit 29c11a4

Browse files
committed
PS: Add upgrade and downgrade scripts.
1 parent 5b5b153 commit 29c11a4

File tree

5 files changed

+3309
-2
lines changed

5 files changed

+3309
-2
lines changed

powershell/downgrades/802d5b9f407fb0dac894df1c0b4584f2215e1512/semmlecode.powershell.dbscheme

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ containerparent(
4141
unique int child: @container ref
4242
);
4343

44+
is_in_psmodule_path(
45+
int file: @file ref
46+
);
47+
4448
/* Comments */
4549
comment_entity(
4650
unique int id: @comment_entity,
@@ -82,7 +86,7 @@ parent(
8286
// https://learn.microsoft.com/en-us/dotnet/api/system.management.automation.language.commandbaseast?view=powershellsdk-7.3.0
8387
@command_base = @command | @command_expression;
8488
// https://learn.microsoft.com/en-us/dotnet/api/system.management.automation.language.chainableast?view=powershellsdk-7.3.0
85-
@chainable = @pipeline | @pipeline_chain;
89+
@chainable = @command_base | @pipeline | @pipeline_chain;
8690
//https://learn.microsoft.com/en-us/dotnet/api/system.management.automation.language.pipelinebaseast?view=powershellsdk-7.3.0
8791
@pipeline_base = @chainable | @error_statement | @assignment_statement;
8892
// https://learn.microsoft.com/en-us/dotnet/api/system.management.automation.language.statementast?view=powershellsdk-7.3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
description: Remove Pipelines with one element.
1+
description: Remove psmodule file extraction
22
compatibility: partial

0 commit comments

Comments
 (0)