This website requires JavaScript.
Explore
Sign In
mirror
/
electron
mirror of
https://github.com/electron/electron
Watch
1
Star
0
Fork
You've already forked electron
0
Code
Issues
Releases
Activity
fix-message-port-serialize-issue
electron
/
spec
/
fixtures
/
module
/
hello-child.js
7 lines
85 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Add test for #9387
2017-05-15 06:17:07 -06:00
class
Hello
{
say
(
)
{
build: enable JS semicolons (#22783)
2020-03-20 14:28:31 -06:00
return
'hi child window'
;
Add test for #9387
2017-05-15 06:17:07 -06:00
}
}
build: enable JS semicolons (#22783)
2020-03-20 14:28:31 -06:00
module
.
exports
=
Hello
;