Rich Harris
|
e1e9eaf435
|
Merge pull request #1191 from rollup/gh-1011
warn if exporting an IIFE that looks like a function declaration, and wrap in parens if necessary
|
8 years ago |
Rich-Harris
|
d08a8050a7
|
prevent irrelevant warning in test
|
8 years ago |
Rich-Harris
|
aefbed648c
|
warn if exporting an IIFE that looks like a function declaration, and wrap in parens if necessary (#1011)
|
8 years ago |
Rich-Harris
|
1d83cbf014
|
Merge branch 'master' of https://github.com/rollup/rollup
|
8 years ago |
Rich-Harris
|
0d3ab7bb25
|
use Set rather than Map for deshadowing
|
8 years ago |
Rich Harris
|
b28737069e
|
Merge pull request #1188 from rollup/gh-997
preserve var declarations in dead branches
|
8 years ago |
Rich-Harris
|
d249c7eb34
|
preserve var declarations in dead branches
|
8 years ago |
Rich-Harris
|
4e6b551e13
|
-> v0.38.1
|
8 years ago |
Rich Harris
|
3cc109cd0c
|
Merge pull request #1186 from rollup/gh-1176
deconflict function expression IDs
|
8 years ago |
Rich Harris
|
b59263e47e
|
Merge pull request #1179 from kzc/drop-unused-inner-functions-and-classes
drop unused function and class declarations within functions
|
8 years ago |
Rich Harris
|
d4a0e6e388
|
Merge pull request #1182 from vinkla/patch-1
Simplify repository value
|
8 years ago |
Rich-Harris
|
2eebe3dcc9
|
deconflict function expression IDs (#1176)
|
8 years ago |
Vincent Klaiber
|
8bd83f028a
|
Simplify repository value
Since we're using GitHub we can use the shorthand syntax.
|
8 years ago |
kzc
|
2744947b03
|
drop unused function and class declarations within functions (#1108, #1178)
|
8 years ago |
Rich Harris
|
a9f342cb26
|
Merge pull request #1174 from rollup/gh-595
remove, and warn about, unused imports from external modules
|
8 years ago |
Rich-Harris
|
b624d674a9
|
remove, and warn about, unused imports from external modules (#595)
|
8 years ago |
Rich Harris
|
7b3402f298
|
Merge pull request #1173 from rollup/gh-492
support async functions
|
8 years ago |
Rich Harris
|
dbc4c48fae
|
Merge pull request #1172 from rollup/gh-444
warn on empty bundle, and remove some tests that are no longer testing anything
|
8 years ago |
Rich-Harris
|
58f9f26bb2
|
support async functions (#492)
|
8 years ago |
Rich-Harris
|
5f8205e8be
|
warn on empty bundle (#444), and remove some tests that are no longer testing anything
|
8 years ago |
Rich-Harris
|
a502f30365
|
add back @btd fix for #1104
|
8 years ago |
Denis Bardadym
|
47e712d2f5
|
Failling test for #1104
|
8 years ago |
Rich-Harris
|
8d68196d67
|
add missing changelog entry
|
8 years ago |
Rich-Harris
|
79c4007558
|
-> v0.38.0
|
8 years ago |
Rich-Harris
|
88195198f8
|
add test to guard against #984 regression
|
8 years ago |
Rich Harris
|
040938850c
|
Merge pull request #1168 from rollup/gh-1083
bind function expression ids to the child scope
|
8 years ago |
Rich-Harris
|
553abd9873
|
bind function expression ids to the child scope (#1083)
|
8 years ago |
Rich Harris
|
e550b3f165
|
Merge pull request #1167 from rollup/gh-1078
deshadow destructured parameters with assignments
|
8 years ago |
Rich-Harris
|
21a5d0d062
|
alright i give up. bye node 0.12
|
8 years ago |
Rich-Harris
|
5430096c26
|
downgrade eslint to a version that supports node 0.12
|
8 years ago |
Rich-Harris
|
fe16d37f8a
|
update some deps to get tests to pass
|
8 years ago |
Rich-Harris
|
1c354babeb
|
deshadow destructured parameters with assignments (#1078)
|
8 years ago |
Rich Harris
|
e1c49cf34f
|
Merge pull request #1166 from rollup/gh-1078
[BREAKING] fix behaviour of export { foo as default }
|
8 years ago |
Rich-Harris
|
e05bf77efc
|
fix behaviour of export { foo as default } (#1078)
|
8 years ago |
Rich Harris
|
f2742e477c
|
Merge pull request #1165 from rollup/gh-988
prevent false positives for sourcemapping url comments with newlines
|
8 years ago |
Rich-Harris
|
1ca90bd374
|
prevent false positives for sourcemapping url comments with newlines (#988)
|
8 years ago |
Rich-Harris
|
37a6869ef9
|
-> v0.37.2
|
8 years ago |
Rich Harris
|
94f2ac4104
|
Merge pull request #1017 from Pauan/tree-shake-pure-es5-classes
Removes `new Foo(...)` when Foo is a pure function
|
8 years ago |
Rich Harris
|
44924ec767
|
Merge pull request #1164 from rollup/gh-1113
include blocks containing activated var declarations
|
8 years ago |
Rich Harris
|
dfe874d34f
|
Merge pull request #1163 from rollup/gh-1132
only remove valid sourcemapping URL comments
|
8 years ago |
Rich Harris
|
858588d937
|
Merge pull request #1162 from rollup/gh-1116
support plugin outros
|
8 years ago |
Rich-Harris
|
119734af79
|
include blocks containing activated var declarations (fixes #1113)
|
8 years ago |
Pauan
|
0afa3ed2e8
|
Removes `new Foo(...)` when Foo is a pure function
|
8 years ago |
Rich-Harris
|
ccc7ad7352
|
only remove valid sourcemapping URL comments (fixes #1132)
|
8 years ago |
Rich-Harris
|
4a577a3c44
|
lint
|
8 years ago |
Rich-Harris
|
b3b10986cc
|
-> v0.37.1
|
8 years ago |
Rich Harris
|
a804033655
|
Merge pull request #450 from rollup/gh-447
follow symlinks
|
8 years ago |
Rich-Harris
|
490d428180
|
skip symlink test on windows
|
8 years ago |
Rich-Harris
|
70261d03fa
|
linting
|
8 years ago |
Rich-Harris
|
2d7f8a7b38
|
merge master -> gh-447
|
8 years ago |