-
Notifications
You must be signed in to change notification settings - Fork 245
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
feat: pass data types (structs) by-value instead of by-ref #376
Commits on Mar 12, 2019
-
fix(java): pass java POJOs as values instead of as references
Implement a serialization method for Java POJOs (produced by calling `build()` on the generated builders such that they are passed by-value to JavaScript instead of by-reference. Also, erase any nulls passed in objects to JS, so they are treated as unset values for the purpose of `key in obj`. This fixes aws/aws-cdk#965 and fixes #375.
Elad Ben-Israel committedMar 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 6917b26 - Browse repository at this point
Copy the full SHA 6917b26View commit details -
add test for "fromSandbox" erasure
Elad Ben-Israel committedMar 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 057c40c - Browse repository at this point
Copy the full SHA 057c40cView commit details -
Elad Ben-Israel committed
Mar 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 5ca8aa2 - Browse repository at this point
Copy the full SHA 5ca8aa2View commit details -
Elad Ben-Israel committed
Mar 12, 2019 Configuration menu - View commit details
-
Copy full SHA for 92f2ed7 - Browse repository at this point
Copy the full SHA 92f2ed7View commit details -
Elad Ben-Israel committed
Mar 12, 2019 Configuration menu - View commit details
-
Copy full SHA for e250e4d - Browse repository at this point
Copy the full SHA e250e4dView commit details
Commits on Mar 13, 2019
-
fix(jsii): show jsii diagnostics in watch mode and support $tsc probl…
…em matcher Emit jsii diagnostics error when in watch mode, and also format the errors with a "TS9999" error code so that VSCode's $tsc problem matcher will show them as "Problems". Prefix "JSII" in the message to distinguish that these are jsii errors. Fixes #382
Elad Ben-Israel committedMar 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 8b635b4 - Browse repository at this point
Copy the full SHA 8b635b4View commit details -
Merge remote-tracking branch 'origin/master' into benisrae/pojos-by-v…
…alue
Elad Ben-Israel committedMar 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 1fc9d0f - Browse repository at this point
Copy the full SHA 1fc9d0fView commit details -
Merge branch 'master' into benisrae/pojos-by-value
Elad Ben-Israel committedMar 13, 2019 Configuration menu - View commit details
-
Copy full SHA for b68a2e8 - Browse repository at this point
Copy the full SHA b68a2e8View commit details
Commits on Mar 18, 2019
-
force "readonly" on all properties of data types
Elad Ben-Israel committedMar 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 05d1211 - Browse repository at this point
Copy the full SHA 05d1211View commit details -
Elad Ben-Israel committed
Mar 18, 2019 Configuration menu - View commit details
-
Copy full SHA for fbaf696 - Browse repository at this point
Copy the full SHA fbaf696View commit details -
Elad Ben-Israel committed
Mar 18, 2019 Configuration menu - View commit details
-
Copy full SHA for c4d072c - Browse repository at this point
Copy the full SHA c4d072cView commit details -
Elad Ben-Israel committed
Mar 18, 2019 Configuration menu - View commit details
-
Copy full SHA for d26c82d - Browse repository at this point
Copy the full SHA d26c82dView commit details -
Merge remote-tracking branch 'origin/master' into benisrae/pojos-by-v…
…alue
Elad Ben-Israel committedMar 18, 2019 Configuration menu - View commit details
-
Copy full SHA for a0293cf - Browse repository at this point
Copy the full SHA a0293cfView commit details -
Elad Ben-Israel committed
Mar 18, 2019 Configuration menu - View commit details
-
Copy full SHA for dd12539 - Browse repository at this point
Copy the full SHA dd12539View commit details -
Elad Ben-Israel committed
Mar 18, 2019 Configuration menu - View commit details
-
Copy full SHA for b9a9b50 - Browse repository at this point
Copy the full SHA b9a9b50View commit details -
Elad Ben-Israel committed
Mar 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 5d00588 - Browse repository at this point
Copy the full SHA 5d00588View commit details -
Elad Ben-Israel committed
Mar 18, 2019 Configuration menu - View commit details
-
Copy full SHA for 3b84ed1 - Browse repository at this point
Copy the full SHA 3b84ed1View commit details
Commits on Mar 19, 2019
-
Merge remote-tracking branch 'origin/master' into benisrae/pojos-by-v…
…alue
Elad Ben-Israel committedMar 19, 2019 Configuration menu - View commit details
-
Copy full SHA for ae350f5 - Browse repository at this point
Copy the full SHA ae350f5View commit details -
upgrade lerna and add foreach.sh
Elad Ben-Israel committedMar 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 41c560c - Browse repository at this point
Copy the full SHA 41c560cView commit details
Commits on Mar 20, 2019
-
Merge remote-tracking branch 'origin/master' into benisrae/pojos-by-v…
…alue
Elad Ben-Israel committedMar 20, 2019 Configuration menu - View commit details
-
Copy full SHA for dc64fc7 - Browse repository at this point
Copy the full SHA dc64fc7View commit details -
Elad Ben-Israel committed
Mar 20, 2019 Configuration menu - View commit details
-
Copy full SHA for abb90d3 - Browse repository at this point
Copy the full SHA abb90d3View commit details