This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
949fd0728f
electron
/
spec-main
/
fixtures
/
remote
/
export-function-with-properties.js
5 lines
59 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Remove lint from fixtures
2016-08-16 17:54:16 +00:00
function
foo
(
)
{
}
build: enable JS semicolons (#22783)
2020-03-20 20:28:31 +00:00
foo
.
bar
=
'baz'
;
Add failing spec for remote function with properties
2016-08-16 16:24:38 +00:00
build: enable JS semicolons (#22783)
2020-03-20 20:28:31 +00:00
module
.
exports
=
foo
;
Reference in a new issue
Copy permalink