Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

lambda fixes #321

Merged
merged 2 commits into from
Mar 21, 2018
Merged

lambda fixes #321

merged 2 commits into from
Mar 21, 2018

Commits on Mar 21, 2018

  1. Force LF for package-lock.json

    Most versions of NPM in use always use LF for line endings anyway.
    Forcing LF on windows should limit the number of no-op changes.
    
    This issue has been fixed in NPM
    (see npm/npm#1716) but not everyone will have
    the fix.
    rynowak committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    599fbb8 View commit details
    Browse the repository at this point in the history
  2. Fix for #314 - streamline lambda component args

    This change removes the magic 'auto-lambda' feature that has some
    unconvincing UX.
    
    Also working around a razor bug where explicit expressions are lowered
    incorrectly. This should make it possible to write code like:
    
    <Foo Bar="@(e => { OnChanged(e); })" />
    rynowak committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    502ea24 View commit details
    Browse the repository at this point in the history