Rich Harris
9f8806213d
Merge pull request #147 from lukeapage/master
Fix test for windows
9 years ago
Luke Page
68d87ee213
Fix test for windows
9 years ago
Rich-Harris
cf0d3f25e3
fix test output
9 years ago
Rich-Harris
769cf5834d
linting
9 years ago
Rich Harris
2b876165ef
Merge pull request #135 from rollup/coverage
remove some unused code, add some additional tests
9 years ago
Rich Harris
ba6f643da9
dont use const in tests...
9 years ago
Rich Harris
1034d0b6fe
test for bad export types
9 years ago
Rich Harris
4faa4ea298
test for module importing itself
9 years ago
Rich Harris
bdda8e6b3a
test for non-renamining of property keys
9 years ago
Rich Harris
79f368d35a
generate html and lcov coverage reports
9 years ago
Rich Harris
68f2e0a2c8
Merge branch 'master' of https://github.com/rollup/rollup
10 years ago
Rich Harris
4401629d40
Merge pull request #142 from Victorystick/import-of-unexported-fails
Made Scope.reference stricter. Helps to catch undefined/missing exports.
10 years ago
Rich Harris
9d8f3b9e45
Merge pull request #141 from Victorystick/fix-139
Polish optimization of namespace lookups
10 years ago
Oskar Segersvärd
365f45c7f3
Made Scope.reference stricter. Helps to catch undefined/missing exports.
10 years ago
Oskar Segersvärd
0c83250fae
Polish optimization of namespace lookups
* Explain better how optimization of namespace lookups are done in comments.
* Consider `hasReplacements` to be true if there exists any namespace replacements.
* Improve error messages slightly
10 years ago
Rich Harris
cad9d320f8
Merge pull request #137 from Victorystick/export-all-but-not-default
Don't include 'default' export from 'export * from ...'
10 years ago
Rich Harris
d6b82ad591
Merge pull request #138 from Victorystick/babel-style-deconfliction
Changed the default deconfliction function to behave more like Babel.…
10 years ago
Oskar Segersvärd
b325f33a02
Changed the default deconfliction function to behave more like Babel. Should be much faster for many identical identifiers.
10 years ago
Oskar Segersvärd
18ba8f09ac
Don't include 'default' export from 'export * from ...'
10 years ago
Rich Harris
96b5181dcb
add missing item to changelog
10 years ago
Rich Harris
313b108f41
remove some unused code, add some additional tests
10 years ago
Rich Harris
bb5adcba6b
replace iojs with node 4 in build matrix
10 years ago
Rich Harris
712bf00489
Merge branch 'master' of https://github.com/rollup/rollup
10 years ago
Rich Harris
69326f12a1
-> 0.16.4
10 years ago
Rich Harris
0ae5a75c6b
add codecov badge to README
10 years ago
Rich Harris
a2974244cb
Merge pull request #130 from rollup/istanbul
Add code coverage with Istanbul and Codecov
10 years ago
Rich Harris
82bac613fc
remove node 0.10 from build matrix - remap-istanbul doesnt support it
10 years ago
Rich Harris
4e2c6ee085
update package.json with remap-istanbul devDependency
10 years ago
Rich Harris
b24c0e2738
oops linux is case sensitive
10 years ago
Rich Harris
e174eebc7e
create sourcemap and rig up remap-istanbul
10 years ago
Rich Harris
74b362baa3
prevent confusion with sourceMappingURL
10 years ago
Rich Harris
a9111dc805
Merge pull request #129 from rollup/gh-128
add bundle.modules - fixes #128
10 years ago
Rich Harris
10948957d8
Merge pull request #134 from lukeapage/master
Fix directories having '.'
10 years ago
Luke Page
db4298df4b
Fix directories having '.'
Fixes #133
10 years ago
Rich-Harris
7f1a78fae3
argh come on
10 years ago
Rich-Harris
3784c013a8
fix scripts
10 years ago
Rich-Harris
69b745f761
update travis.yml
10 years ago
Rich-Harris
a36282e3a6
integrate istanbul and codecov
10 years ago
Rich-Harris
9d0bf9d221
-> 0.16.3
10 years ago
Rich-Harris
c903bb2e4e
prevent content around synthetic nodes being overwritten twice - fixes #105
10 years ago
Rich-Harris
4a1a435dc3
use absolute sourceMapFile to verify relative sources ( #125 )
10 years ago
Rich-Harris
ac6c2d03db
add bundle.modules - fixes #128
10 years ago
Rich-Harris
7fb0891b08
Revert "guard against undefined `this` in post-processed UMD bundle - fixes #109"
This reverts commit 250678dcf8
.
10 years ago
Rich-Harris
250678dcf8
guard against undefined `this` in post-processed UMD bundle - fixes #109
10 years ago
Rich-Harris
6d65bdd715
-> 0.16.2
10 years ago
Rich Harris
0f41108ace
Merge pull request #95 from rollup/non-jsnextmain-resolver
allow imports of individual files from external modules
10 years ago
Rich-Harris
76272e3c76
add test for #95
10 years ago
Rich-Harris
330bdfc23e
continue keeping acorn external to bundle, for now
10 years ago
Rich-Harris
58fa25a96f
merge master -> non-jsnextmain-resolver
10 years ago
Rich Harris
59c6da9abf
Merge pull request #124 from rollup/gh-112
Include statements with side-effects
10 years ago