Support remote function properties

This commit is contained in:
Kevin Sawicki 2016-08-16 10:37:51 -07:00
parent 9e4665fbc4
commit d333cc5e38
4 changed files with 19 additions and 0 deletions

View file

@ -1,5 +1,8 @@
function foo() {}
foo.bar = 'baz'
foo.nested = {
prop: 'yes'
}
module.exports = {
foo: foo