kzc
|
e20a332c57
|
fix TypeError in arrow function without braces returning a function (#1032)
|
8 years ago |
chge
|
c6089e7584
|
Quote names in module definition if legacy option is set
|
8 years ago |
Rich-Harris
|
54124770cd
|
fix missing namespace member warnings (closes #1045)
|
8 years ago |
Rich-Harris
|
f4489515e4
|
fix behaviour of export * in relation to defaults - fixes #1028
|
8 years ago |
Rich-Harris
|
5344665d72
|
-> v0.36.3
|
8 years ago |
Rich-Harris
|
addad1d444
|
Merge branch 'master' of https://github.com/rollup/rollup
|
8 years ago |
Rich-Harris
|
a1666103b1
|
put Object.freeze fallback behind legacy option
|
8 years ago |
Rich-Harris
|
2c15434e17
|
Merge branch 'master' of https://github.com/futurist/rollup into futurist-master
|
8 years ago |
Rich Harris
|
be83883d75
|
Merge pull request #999 from vforvova/reduce-options-rewrites-with-reduce
reduce instead forEach to update options
|
8 years ago |
Rich Harris
|
72b442f639
|
Merge pull request #1002 from jlengstorf/docs/tutorial
docs(tutorial): added a reference to the tutorial series
|
8 years ago |
Rich-Harris
|
49149f9be5
|
-> v0.36.2
|
8 years ago |
Rich-Harris
|
4eae8da80d
|
use relative ID for more readable message
|
8 years ago |
Rich-Harris
|
b1ab9ba26a
|
Merge branch 'master' into FredyC-FredyC-patch-1
|
8 years ago |
Rich Harris
|
67cbb81f34
|
Merge pull request #1035 from rollup/gh-1033
better error for missing export (#1033)
|
8 years ago |
Rich-Harris
|
4040022443
|
tweak message
|
8 years ago |
Rich-Harris
|
067b4e4d85
|
Merge branch 'FredyC-patch-1' of https://github.com/FredyC/rollup into FredyC-FredyC-patch-1
|
8 years ago |
Rich Harris
|
64d642110e
|
Merge pull request #1037 from rollup/gh-1004
Automatic semicolon insertion
|
8 years ago |
Rich-Harris
|
40643bf543
|
include default exports in ASI
|
8 years ago |
Rich-Harris
|
70c38bfaff
|
linting
|
8 years ago |
Rich-Harris
|
e8858ef137
|
update tests
|
8 years ago |
Rich-Harris
|
be952fef12
|
automatic semicolon insertion (fixes #1004, #1009). fight me
|
8 years ago |
Rich Harris
|
00b8f283fd
|
Merge pull request #1019 from michelgotta/patch-1
Fixed link to David DM badge
|
8 years ago |
Rich-Harris
|
2929f1a771
|
support function moduleContext option
|
8 years ago |
Rich-Harris
|
559ef0f343
|
add test of function moduleContext option
|
8 years ago |
Rich-Harris
|
9751849e7f
|
beef up test
|
8 years ago |
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 |