Support remote function properties
This commit is contained in:
parent
9e4665fbc4
commit
d333cc5e38
4 changed files with 19 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
function foo() {}
|
||||
foo.bar = 'baz'
|
||||
foo.nested = {
|
||||
prop: 'yes'
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
foo: foo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue