Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/packages/jsii/dotnet-runtim…
Browse files Browse the repository at this point in the history
…e-test/test/Microsoft.NET.Test.Sdk-17.8.0
  • Loading branch information
mergify[bot] authored Nov 14, 2023
2 parents a19df74 + d55b8d5 commit 2cd5fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ out object? result
return null;
}

throw new ArgumentException("Callback does not specificy a method, getter, or setter to invoke");
throw new ArgumentException("Callback does not specify a method, getter, or setter to invoke");
}

private static CallbackResult? InvokeMethod(InvokeRequest request, IReferenceMap referenceMap)
Expand Down Expand Up @@ -251,4 +251,4 @@ private CallbackResult(TypeReference type, bool isOptional, object? value) : bas

public object? Value { get; }
}
}
}
1 change: 1 addition & 0 deletions packages/jsii-pacmak/lib/npm-modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ async function updateNpmIgnore(
'Exclude typescript source and config',
'*.ts',
'tsconfig.json',
'*.tsbuildinfo',
);
includePattern(
'Include javascript files and typescript declarations',
Expand Down

0 comments on commit 2cd5fee

Please sign in to comment.