Rich Harris
|
a2974244cb
|
Merge pull request #130 from rollup/istanbul
Add code coverage with Istanbul and Codecov
|
9 years ago |
Rich Harris
|
82bac613fc
|
remove node 0.10 from build matrix - remap-istanbul doesnt support it
|
9 years ago |
Rich Harris
|
4e2c6ee085
|
update package.json with remap-istanbul devDependency
|
9 years ago |
Rich Harris
|
b24c0e2738
|
oops linux is case sensitive
|
9 years ago |
Rich Harris
|
e174eebc7e
|
create sourcemap and rig up remap-istanbul
|
9 years ago |
Rich Harris
|
74b362baa3
|
prevent confusion with sourceMappingURL
|
9 years ago |
Rich Harris
|
a9111dc805
|
Merge pull request #129 from rollup/gh-128
add bundle.modules - fixes #128
|
9 years ago |
Rich Harris
|
10948957d8
|
Merge pull request #134 from lukeapage/master
Fix directories having '.'
|
9 years ago |
Luke Page
|
db4298df4b
|
Fix directories having '.'
Fixes #133
|
9 years ago |
Rich-Harris
|
7f1a78fae3
|
argh come on
|
9 years ago |
Rich-Harris
|
3784c013a8
|
fix scripts
|
9 years ago |
Rich-Harris
|
69b745f761
|
update travis.yml
|
9 years ago |
Rich-Harris
|
a36282e3a6
|
integrate istanbul and codecov
|
9 years ago |
Rich-Harris
|
9d0bf9d221
|
-> 0.16.3
|
9 years ago |
Rich-Harris
|
c903bb2e4e
|
prevent content around synthetic nodes being overwritten twice - fixes #105
|
9 years ago |
Rich-Harris
|
4a1a435dc3
|
use absolute sourceMapFile to verify relative sources (#125)
|
9 years ago |
Rich-Harris
|
ac6c2d03db
|
add bundle.modules - fixes #128
|
9 years ago |
Rich-Harris
|
7fb0891b08
|
Revert "guard against undefined `this` in post-processed UMD bundle - fixes #109"
This reverts commit 250678dcf8 .
|
9 years ago |
Rich-Harris
|
250678dcf8
|
guard against undefined `this` in post-processed UMD bundle - fixes #109
|
9 years ago |
Rich-Harris
|
6d65bdd715
|
-> 0.16.2
|
9 years ago |
Rich Harris
|
0f41108ace
|
Merge pull request #95 from rollup/non-jsnextmain-resolver
allow imports of individual files from external modules
|
9 years ago |
Rich-Harris
|
76272e3c76
|
add test for #95
|
9 years ago |
Rich-Harris
|
330bdfc23e
|
continue keeping acorn external to bundle, for now
|
9 years ago |
Rich-Harris
|
58fa25a96f
|
merge master -> non-jsnextmain-resolver
|
9 years ago |
Rich Harris
|
59c6da9abf
|
Merge pull request #124 from rollup/gh-112
Include statements with side-effects
|
9 years ago |
Rich-Harris
|
8cec1efb93
|
mark side-effects later, to avoid late declarations breaking stuff
|
9 years ago |
Rich-Harris
|
25ca424c2a
|
mark side-effecty statements (call expressions and assignments to globals) - fixes #112
|
9 years ago |
Rich-Harris
|
14887c60fc
|
add tests for some.global = "changed"
|
9 years ago |
Rich-Harris
|
2c1774fc7f
|
test side-effecty function inside block
|
9 years ago |
Rich-Harris
|
dfc640be1f
|
Merge branch 'globally-called-functions' of https://github.com/Victorystick/rollup into gh-112
|
9 years ago |
Rich-Harris
|
9247c0162c
|
Merge branch 'master' of https://github.com/rollup/rollup
|
9 years ago |
Rich-Harris
|
4968b387c8
|
try and fix newlines nonsense
|
9 years ago |
Rich Harris
|
10e9b1e6c0
|
Merge pull request #110 from Victorystick/list-globals
Made the list of predefined globals easily extensible
|
9 years ago |
Rich-Harris
|
187babc93a
|
Merge branch 'Victorystick-export-all-from-bundle'
|
9 years ago |
Rich-Harris
|
965fa5d008
|
test default exports are re-exported from internal module with export *
|
9 years ago |
Rich-Harris
|
c848564fa3
|
Merge branch 'export-all-from-bundle' of https://github.com/Victorystick/rollup into Victorystick-export-all-from-bundle
|
9 years ago |
Rich-Harris
|
4e5f719fbf
|
more windows bs
|
9 years ago |
Rich-Harris
|
ab3160a71f
|
normalise test output for benefit of windows
|
9 years ago |
Rich-Harris
|
bb1f3343a8
|
remove node modules from appveyor cache
|
9 years ago |
Rich-Harris
|
61c18062ed
|
-> 0.16.1
|
9 years ago |
Rich-Harris
|
db27db36e2
|
add mark method to base Identifier class (makes project buildable)
|
9 years ago |
Rich-Harris
|
e13a065bb9
|
handle assignment patterns
|
9 years ago |
Rich-Harris
|
b19bc479f0
|
update gobble-rollup version for (hopefully) windows support
|
9 years ago |
Rich-Harris
|
ced71a8b7d
|
-> 0.16.0
|
9 years ago |
Rich-Harris
|
4e41a1f586
|
Merge branch 'vanruesc-master'
|
9 years ago |
Rich-Harris
|
8b08c678c2
|
Merge branch 'master' of https://github.com/vanruesc/rollup into vanruesc-master
|
9 years ago |
Rich Harris
|
bd30d8ef06
|
Merge pull request #122 from lukeapage/master
Fix windows
|
9 years ago |
Luke Page
|
30ecd4373a
|
Fix tests in windows
|
9 years ago |
Raoul v. R
|
e7b3cddf55
|
Modified absolutePath RegExp.
Windows didn't like this regular expression. Added normal slashes to the
mixture.
|
9 years ago |
Brian Donovan
|
fff640530b
|
Merge pull request #118 from lukeapage/patch-1
Correct package.json URLs
|
9 years ago |