-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deep): handle deeply set functions
like `<div a={{b: function hello() {}}} />` BREAKING CHANGE: functions are now stringified to `function noRefCheck() {}` instead of `function () {code;}`. For various reasons AND to be specific about the fact that we do not represent the function in a realistic way.
- Loading branch information
vvo
committed
Oct 16, 2015
1 parent
403e404
commit ad21917
Showing
3 changed files
with
12 additions
and
5 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