Rich Harris
|
f43d63dc97
|
Merge pull request #966 from bfred-it/patch-1
Avoid exports:auto warning on format:es
|
8 years ago |
Rich Harris
|
e83e5937f4
|
Merge pull request #967 from Permutatrix/internally-used-default
Include default exports used within the module but not by importers.
|
8 years ago |
Oskar Segersvärd
|
0ac8baf1c9
|
Merge pull request #991 from vforvova/check-options-as-function
Extract options validation into a method
|
8 years ago |
Vladimir Smyshlyaev
|
daaaeafc75
|
Cut options validation into method
|
8 years ago |
Permutator
|
4df36f3974
|
Merge pull request #1 from mbostock/internally-used-default
Remove redundant check.
|
8 years ago |
Mike Bostock
|
d9193654dc
|
Remove redundant check.
|
8 years ago |
Federico Brigante
|
a3e7b07e85
|
Avoid exports:auto warning on format:es
|
8 years ago |
Permutator
|
1d51b06592
|
Whoops, tabs, not spaces
|
8 years ago |
Permutator
|
33934791dd
|
Default exports that are only used internally now included
|
8 years ago |
Permutator
|
7f61f5c754
|
Added failing test for inclusion of internally used default export
|
8 years ago |
Rich-Harris
|
152afb9732
|
-> v0.36.0
|
8 years ago |
Rich Harris
|
7e5479673f
|
Merge pull request #960 from rollup/templates
add issue and pull request templates
|
8 years ago |
Rich Harris
|
cfbf78795e
|
Merge pull request #864 from rollup/gh-860
Prevent `export {foo as default}` from creating a live binding
|
8 years ago |
Rich-Harris
|
ef3c8d5452
|
let -> var
|
8 years ago |
Rich-Harris
|
e36a57527b
|
prevent {export foo as default} from creating a live binding (#860)
|
8 years ago |
Rich-Harris
|
ec69703171
|
Merge branch 'master' into gh-860
|
8 years ago |
Rich-Harris
|
609cf2b3c6
|
oops, reinstate all tests
|
8 years ago |
Rich-Harris
|
5001d2b2cb
|
-> v0.35.15
|
8 years ago |
Rich Harris
|
568951c837
|
Merge pull request #959 from rollup/gh-958
ensure bundle ends with newline
|
8 years ago |
Rich Harris
|
ab6c436df3
|
Merge pull request #962 from rollup/gh-928
warn on missing unused imports in deshadowing phase, rather than throwing
|
8 years ago |
Rich-Harris
|
1a15b81118
|
remove link markdown and squashing bullet point
|
8 years ago |
Rich-Harris
|
fa08af7689
|
argh 0.12
|
8 years ago |
Rich-Harris
|
e152bb95c5
|
warn on missing unused imports in deshadowing phase, rather than throwing - fixes #928
|
8 years ago |
Rich-Harris
|
0cd5ea35e6
|
add issue and pull request templates
|
8 years ago |
Rich-Harris
|
3a73224990
|
ensure bundle ends with newline – fixes #958
|
8 years ago |
Rich-Harris
|
42ed5c24ba
|
-> v0.35.14
|
8 years ago |
Rich Harris
|
aedcb007d5
|
Merge pull request #956 from rollup/gh-930
include all ancestors of expression with effects, up to function boundary
|
8 years ago |
Rich-Harris
|
f143b01c62
|
beef up test
|
8 years ago |
Rich-Harris
|
819d619aa1
|
include all ancestors of expression with effects, up to function boundary - fixes #930
|
8 years ago |
Rich-Harris
|
b5a34d60ba
|
-> v0.35.13
|
8 years ago |
Rich Harris
|
ce93f8e4ba
|
Merge pull request #955 from rollup/superclass
include superclass when including a class declaration
|
8 years ago |
Rich-Harris
|
036eae5ab1
|
transpile test for 0.12
|
8 years ago |
Rich-Harris
|
b26917bff6
|
include superclass when including a class declaration (#932)
|
8 years ago |
Rich-Harris
|
05e12b7b3e
|
-> v0.35.12
|
8 years ago |
Rich-Harris
|
a2487a4555
|
remove eslint comment
|
8 years ago |
Rich-Harris
|
303333b310
|
enable interop option in CJS bundles
|
8 years ago |
Emil Ajdyna
|
211fa097a9
|
add: interop option
|
8 years ago |
Rich Harris
|
5d5eb24b15
|
-> v0.35.11
|
8 years ago |
Rich Harris
|
bed6f0650d
|
only deconflict reified namespaces
|
8 years ago |
Rich Harris
|
67f7492a87
|
Merge branch 'namespacing-2' of https://github.com/nolanlawson/rollup into nolanlawson-namespacing-2
|
8 years ago |
Brian Donovan
|
5b68b14052
|
-> v0.35.10
|
8 years ago |
Brian Donovan
|
447fb1197a
|
Merge pull request #933 from rollup/rollup-931
Only remove EmptyStatement nodes directly inside blocks.
|
8 years ago |
Nolan Lawson
|
8545d85a9e
|
Correctly deshadow star imports when conflicting
|
8 years ago |
Brian Donovan
|
d980cf37de
|
Only remove EmptyStatement nodes directly inside blocks.
When used as part of another statement, such as an `IfStatement`, they can be semantically meaningful.
Fixes #931
|
8 years ago |
Rich-Harris
|
a1478d7445
|
-> v0.35.9
|
8 years ago |
Rich Harris
|
9014673f38
|
Merge pull request #927 from rollup/gh-909
Reinstate support for Node 0.12
|
8 years ago |
Rich-Harris
|
b76f7b03ce
|
put 0.12 back in the build matrix
|
8 years ago |
Rich-Harris
|
0727c3284f
|
support 0.12
|
8 years ago |
Rich-Harris
|
e7925e29d1
|
-> v0.35.8
|
8 years ago |
Rich Harris
|
37a8b39fde
|
Merge pull request #926 from nolanlawson/namespacing-functions
Correctly deshadow re-assigned module functions
|
8 years ago |