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

fix(kernel): Return object literals as references #249

Merged
merged 5 commits into from
Sep 28, 2018

Commits on Sep 27, 2018

  1. Configuration menu
    Copy the full SHA
    b743a13 View commit details
    Browse the repository at this point in the history
  2. fix(kernel): Return object literals as references

    Use the javascript `Proxy` class to coalesce object literals to an
    interface type, allowing them to be returned by reference instead of by
    value.
    
    Introduces a test in the `jsii-kernel` to demonstrate the feature works
    as intended.
    
    Fixes #248
    Fixes aws/aws-cdk#774
    RomainMuller committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    471deda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0315ff View commit details
    Browse the repository at this point in the history
  4. Add some comments

    RomainMuller committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    0c208f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0e13b2 View commit details
    Browse the repository at this point in the history