mirror of https://github.com/lukechilds/rollup.git
Branch:
rewrite
better-aggressive
contingency-plan
declarations-and-references
gh-1008
gh-109
gh-1132
gh-1187
gh-335
gh-384
gh-438-b
gh-669
gh-786
gh-953
ghi-672
legacy-quote-reserved-properties
master
module-order
rewrite
rollup-init
semi-dynamic-namespace-imports
value-tracking
v0.10.0
v0.11.0
v0.11.1
v0.11.2
v0.11.4
v0.12.0
v0.12.1
v0.13.0
v0.14.0
v0.14.1
v0.15.0
v0.16.1
v0.16.2
v0.16.3
v0.16.4
v0.17.1
v0.17.2
v0.17.3
v0.17.4
v0.18.0
v0.18.2
v0.18.3
v0.18.4
v0.18.5
v0.19.0
v0.19.1
v0.19.2
v0.20.0
v0.20.1
v0.20.2
v0.20.3
v0.20.4
v0.20.5
v0.21.1
v0.21.2
v0.21.3
v0.22.0
v0.22.1
v0.22.2
v0.23.0
v0.23.1
v0.23.2
v0.24.0
v0.24.1
v0.25.1
v0.25.2
v0.25.3
v0.25.4
v0.25.7
v0.25.8
v0.26.0
v0.26.1
v0.26.2
v0.26.3
v0.26.4
v0.26.5
v0.26.6
v0.26.7
v0.27.0
v0.27.1
v0.28.0
v0.29.0
v0.29.1
v0.3.1
v0.30.0
v0.31.0
v0.31.1
v0.31.2
v0.32.0
v0.32.1
v0.32.2
v0.32.3
v0.32.4
v0.33.0
v0.33.1
v0.33.2
v0.34.0
v0.34.1
v0.34.10
v0.34.11
v0.34.12
v0.34.13
v0.34.2
v0.34.4
v0.34.5
v0.34.7
v0.34.8
v0.34.9
v0.35.0
v0.35.1
v0.35.10
v0.35.11
v0.35.12
v0.35.13
v0.35.14
v0.35.15
v0.35.2
v0.35.3
v0.35.4
v0.35.5
v0.35.6
v0.35.7
v0.35.8
v0.35.9
v0.36.0
v0.36.1
v0.36.2
v0.36.3
v0.36.4
v0.37.0
v0.37.1
v0.37.2
v0.38.0
v0.38.1
v0.38.2
v0.38.3
v0.39.0
v0.39.1
v0.39.2
v0.4.0
v0.4.1
v0.40.0
v0.40.1
v0.40.2
v0.41.0
v0.41.1
v0.41.2
v0.41.3
v0.41.4
v0.5.0
v0.6.0
v0.6.1
v0.6.2
v0.6.3
v0.6.4
v0.6.5
v0.7.0
v0.7.1
v0.7.2
v0.7.3
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.1
v0.8.2
v0.8.3
v0.9.0
v0.9.1
${ noResults }
1 Commits (rewrite)
Author | SHA1 | Message | Date |
---|---|---|---|
Brian Donovan | 5033267048 |
Test that top-level side effects involving imports are preserved.
With the current implementation of rollup, this test fails. To make it pass, you can replace `import obj from './obj;` in lib.js with `var obj = {};`, suggesting that it's the import itself that somehow confuses rollup. |
10 years ago |