Rich Harris
|
7885ab7671
|
Merge pull request #1210 from rollup/gh-1209
chmod a+x bin/rollup
|
8 years ago |
Rich-Harris
|
812d1062ba
|
chmod a+x bin/rollup (#1209)
|
8 years ago |
Rich Harris
|
60b8a9209d
|
Merge pull request #1206 from rollup/gh-1201
apply kzc patch to prevent escape codes and emojis appearing in non-TTY stderr
|
8 years ago |
Rich-Harris
|
23813bc4e7
|
apply kzc patch to prevent escape codes and emojis appearing in non-TTY stderr (#1201)
|
8 years ago |
Rich-Harris
|
a00d3916c9
|
-> v0.39.2
|
8 years ago |
Rich Harris
|
04dbe126f9
|
Merge pull request #1205 from rollup/gh-1153
prevent mutation of cached ASTs
|
8 years ago |
Rich-Harris
|
595fa5878d
|
prevent mutation of cached ASTs (#1153)
|
8 years ago |
Rich-Harris
|
415985b1ee
|
-> v0.39.1
|
8 years ago |
Rich Harris
|
38bb9d9a87
|
Merge pull request #1204 from rollup/gh-1198
ignore var inits in dead branches
|
8 years ago |
Rich-Harris
|
d1d667f9a8
|
ignore var inits in dead branches - fixes #1198
|
8 years ago |
Rich Harris
|
11a283021a
|
Merge pull request #1202 from rollup/gh-1082
change recommendation to local installation of rollup-watch
|
8 years ago |
Rich-Harris
|
532dff162e
|
change recommendation to local installation of rollup-watch (#1082)
|
8 years ago |
Rich Harris
|
c597b91368
|
Merge pull request #1200 from rollup/gh-1197
warn on missing format
|
8 years ago |
Rich-Harris
|
708fb9821b
|
warn on missing format (fixes #1197)
|
8 years ago |
Rich-Harris
|
979cfc25a7
|
update a few dependencies
|
8 years ago |
Rich-Harris
|
aa1c72a81c
|
-> v0.39.0
|
8 years ago |
Rich Harris
|
a53555d213
|
Merge pull request #1199 from rollup/gh-1194
[WIP] [BREAKING] Better warnings
|
8 years ago |
Rich-Harris
|
f695e628d6
|
richer warnings in CLI
|
8 years ago |
Rich-Harris
|
a44a171dad
|
update CLI to handle new warnings
|
8 years ago |
Rich-Harris
|
8813641170
|
include location info in stringified warnings
|
8 years ago |
Rich-Harris
|
ab14557a25
|
lint
|
8 years ago |
Rich-Harris
|
4dba546885
|
use bundle.warn and module.warn throughout codebase
|
8 years ago |
Rich-Harris
|
5360abdb31
|
implement bundle.warn and module.warn, to replace direct calls to bundle.onwarn (#1194)
|
8 years ago |
Rich-Harris
|
f8a09fd0bd
|
-> v0.38.3
|
8 years ago |
Rich Harris
|
a0dc3e4bb4
|
Merge pull request #1196 from rollup/gh-1051
warn about using node built-ins in browser bundle (#1051)
|
8 years ago |
Rich-Harris
|
c36f965e7d
|
warn about using node built-ins in browser bundle (#1051)
|
8 years ago |
Rich Harris
|
1c0aca6046
|
Merge pull request #1195 from rollup/gh-1061
statically analyse LogicalExpression nodes
|
8 years ago |
Rich-Harris
|
47d3daf9a5
|
statically analyse LogicalExpression nodes (#1061)
|
8 years ago |
Rich Harris
|
bda138ccc6
|
Merge pull request #1192 from rollup/gh-1051
more informative warning for implicit external dependencies
|
8 years ago |
Rich-Harris
|
b1a9abc261
|
use path.relative inside relativeId, to try and fix tests on windows
|
8 years ago |
Rich-Harris
|
028e425b91
|
more informative warning for implicit external dependencies
|
8 years ago |
Rich-Harris
|
4b6b6f744b
|
-> v0.38.2
|
8 years ago |
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 |