Rich-Harris
|
78515c3fb1
|
better error for missing export (#1033)
|
8 years ago |
Nikhil Tilwalli
|
4fdf3fb9a2
|
Add support for module-specific context with 'moduleContext' option
|
8 years ago |
Michel Gotta
|
77b8d4589f
|
Fixed link to David DM badge
|
8 years ago |
Daniel K
|
b164a46363
|
Include line & column number in warning message
|
8 years ago |
Daniel K
|
8cb47862a2
|
Fix warn-on-top-level-this test
|
8 years ago |
Daniel K
|
ed35cef98f
|
Add module id when warning about top level this
Hard to fix the problem when not knowing which module actually has it.
|
8 years ago |
jlengstorf
|
6bfa47747c
|
docs(tutorial): added a reference to the tutorial series
To help folks who are less comfortable with CLI help dialogs.
|
8 years ago |
Vladimir Smyshlyaev
|
0812aa52d4
|
refactor: reduce options mutations with reduce
|
8 years ago |
Rich-Harris
|
5becfeb86a
|
-> v0.36.1
|
8 years ago |
Rich Harris
|
025249ff1d
|
Merge pull request #983 from btd/master
Do not skip non empty block statements
|
8 years ago |
Rich Harris
|
af04dac69b
|
Merge pull request #976 from Victorystick/fix-973
Make optimization for if statements with false conditions not break generated code
|
8 years ago |
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 |
Mike Bostock
|
82f2149a18
|
Add another failing test case.
|
8 years ago |
1111hui
|
4cff28b3a2
|
ADD: fallback for Object.freeze
|
8 years ago |
Denis Bardadym
|
fb12be5814
|
Update _config.js
|
8 years ago |
Denis Bardadym
|
ad22e33dcd
|
Do not skip non empty block statements
|
8 years ago |
Mike Bostock
|
b65657fd38
|
Add failing test case for #977.
|
8 years ago |
Oskar Segersvärd
|
2c80dc7d72
|
Fix #973
|
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 |