Rich-Harris
|
5c88259abc
|
handle call expressions of uncallable things more gracefully (#1257)
|
8 years ago |
Rich-Harris
|
3a8b1c1460
|
dont treat this.foo as possible namespace - fixes #1258
|
8 years ago |
Rich Harris
|
be7c90f0c7
|
use plugin names in CLI logs
|
8 years ago |
Rich Harris
|
7831164748
|
implement this.error
|
8 years ago |
Rich Harris
|
6d418687c0
|
add this.warn method to plugin contexts (#1140)
|
8 years ago |
Rich-Harris
|
ade3ee352a
|
implement export * from external (#791)
|
8 years ago |
Rich Harris
|
e7fa75cfe4
|
handle export default{}
|
8 years ago |
Rich-Harris
|
dc53d05614
|
use error helpers in more places
|
8 years ago |
Rich-Harris
|
2368ae242e
|
use error helpers consistently, update tests
|
8 years ago |
Rich-Harris
|
be0f82c623
|
add module.error helper for consistently reporting errors (#545)
|
8 years ago |
Rich-Harris
|
d1d667f9a8
|
ignore var inits in dead branches - fixes #1198
|
8 years ago |
Rich-Harris
|
979cfc25a7
|
update a few dependencies
|
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
|
028e425b91
|
more informative warning for implicit external dependencies
|
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
|
d249c7eb34
|
preserve var declarations in dead branches
|
8 years ago |
Rich-Harris
|
2eebe3dcc9
|
deconflict function expression IDs (#1176)
|
8 years ago |
Rich-Harris
|
b624d674a9
|
remove, and warn about, unused imports from external modules (#595)
|
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
|
88195198f8
|
add test to guard against #984 regression
|
8 years ago |
Rich-Harris
|
553abd9873
|
bind function expression ids to the child scope (#1083)
|
8 years ago |
Rich-Harris
|
1c354babeb
|
deshadow destructured parameters with assignments (#1078)
|
8 years ago |
Rich-Harris
|
e05bf77efc
|
fix behaviour of export { foo as default } (#1078)
|
8 years ago |
Rich-Harris
|
1ca90bd374
|
prevent false positives for sourcemapping url comments with newlines (#988)
|
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
|
490d428180
|
skip symlink test on windows
|
8 years ago |
Rich Harris
|
2d32cddabf
|
implement gatherPossibleValues on ExternalDeclaration - fixes #957
|
8 years ago |
kzc
|
0006ea1e1c
|
use buble for test to resolve node 0.12 failure
|
8 years ago |
kzc
|
e20a332c57
|
fix TypeError in arrow function without braces returning a function (#1032)
|
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
|
4eae8da80d
|
use relative ID for more readable message
|
8 years ago |
Rich-Harris
|
4040022443
|
tweak message
|
8 years ago |
Rich-Harris
|
40643bf543
|
include default exports in ASI
|
8 years ago |
Rich-Harris
|
be952fef12
|
automatic semicolon insertion (fixes #1004, #1009). fight me
|
8 years ago |
Rich-Harris
|
78515c3fb1
|
better error for missing export (#1033)
|
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 |
Oskar Segersvärd
|
2c80dc7d72
|
Fix #973
|
8 years ago |
Permutator
|
1d51b06592
|
Whoops, tabs, not spaces
|
8 years ago |
Permutator
|
7f61f5c754
|
Added failing test for inclusion of internally used default export
|
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
|
609cf2b3c6
|
oops, reinstate all tests
|
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 |