This website requires JavaScript.
Explore
Help
Sign In
root
/
webpack
mirror of
https://github.com/webpack/webpack.git
Watch
1
Star
0
Fork
You've already forked webpack
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
d9121b39a1
webpack
/
test
/
fixtures
/
b.js
7 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2012-03-10 20:11:23 +08:00
module
.
exports
=
function
b
(
)
{
return
"This is b"
;
Allow top-level return in script parsing. Fixes issue 8509 in master, like PR 8510 fixed it for 'next'
2019-04-18 15:37:41 +08:00
}
;
// Test CJS top-level return
return
;