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
|
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 |
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 |
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 |
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 |