-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Embed dotnet-generator into pacmak (#157)
Since dotnet uses an external program to generate .NET, we need this tool to be available when running pacmak. This change embeds the .NET code generator (and all needed deps) into jsii-pacmak. Size of pacmak tarball is not 4MiB (not so bad). Also: change all modules that are not published to npm to "private: true" Update tgz with placeholders.
- Loading branch information
Elad Ben-Israel
authored
Aug 7, 2018
1 parent
3e681d1
commit 64ced3f
Showing
16 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
lib/version.ts | ||
lib/targets/dotnet-generator/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-7.76 KB
(1.4%)
...ected.jsii-calc-lib/dotnet/Amazon.JSII.Tests.Calculator.Lib/scope-jsii-calc-lib-0.6.2.tgz
Binary file not shown.
Binary file modified
BIN
-7.76 KB
(1.4%)
...src/main/resources/software/amazon/jsii/tests/calculator/lib/jsii-calc-lib@0.6.2.jsii.tgz
Binary file not shown.
Binary file modified
BIN
-7.76 KB
(1.4%)
packages/jsii-pacmak/test/expected.jsii-calc-lib/js/jsii-calc-lib@0.6.2.jsii.tgz
Binary file not shown.
Binary file modified
BIN
-38.4 KB
(0.29%)
...ii-pacmak/test/expected.jsii-calc/dotnet/Amazon.JSII.Tests.Calculator/jsii-calc-0.6.2.tgz
Binary file not shown.
Binary file modified
BIN
-38.4 KB
(0.29%)
...lc/java/src/main/resources/software/amazon/jsii/tests/calculator/jsii-calc@0.6.2.jsii.tgz
Binary file not shown.
Binary file modified
BIN
-38.4 KB
(0.29%)
packages/jsii-pacmak/test/expected.jsii-calc/js/jsii-calc@0.6.2.jsii.tgz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters