This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
rollup
mirror of
https://github.com/lukechilds/rollup.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
480
Commits
21
Branches
151
Tags
2.6 MiB
Tree:
4f6e0bda16
rollup
/
test
/
function
/
module-sort-order
/
c.js
4 lines
57 B
Raw
Normal View
History
Add recent tests and fixes on top of 0.15.0 preserve updates and fixes include readdirSync assignment pattern fix handle side-effects update tests fix double removal bug reinstate sourcemaps update tests add missing break statement handle export * from internal add back tests update all tests skip namespace optimisation tests for now reinstate various fixes reinstate fast/leaner deconflicting, update tests
10 years ago
import
{
b
}
from
'./b'
;
move shorthand props test from function to form, for benefit of node 0.12
10 years ago
export
var
c
=
function
(
)
{
}
;