772 Commits (value-tracking)

Author SHA1 Message Date
Rich Harris ff32317811 more stuff 8 years ago
Rich-Harris 53e5e156b0 actually making some progress, maybe 8 years ago
Rich Harris 6b7cdf31a9 more stuff. still horrible broken 8 years ago
Rich-Harris 821c3963ea more changes 8 years ago
Rich-Harris 4bbef6cf2a various 8 years ago
Rich-Harris 5c88259abc handle call expressions of uncallable things more gracefully (#1257) 8 years ago
Rich-Harris 457be9c961 handle multiple export * from external declarations (#1252) 8 years ago
Rich-Harris 3a8b1c1460 dont treat this.foo as possible namespace - fixes #1258 8 years ago
Rich Harris 393d49e5eb another broken snapshot 8 years ago
Rich-Harris 2853787f32 various 8 years ago
Rich Harris bc788047ce add Super node 8 years ago
Rich Harris 8d5c73ee2f broken snapshot 8 years ago
Rich Harris 658337baec suppress more test warnings 8 years ago
Rich-Harris 525e3de4ed deal with warnings, to make test output clearer 8 years ago
Rich-Harris 82b284de1d optimize ns["foo"] (#841) 8 years ago
Rich-Harris bc0f791195 suppress warnings with --silent (closes #1213) 8 years ago
Rich-Harris 101ad286b5 use options.indent for UMD block - fixes #797 8 years ago
Rich Harris 585bde0f36 test for #1233 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
kzc f2d0851f12 `throw` always considered to be a side effect 8 years ago
Rich-Harris ade3ee352a implement export * from external (#791) 8 years ago
Rich-Harris 502e58d0b0 omit globals for empty imports (#1217) 8 years ago
Rich-Harris e4f995ed62 remove unused files 8 years ago
Rich-Harris 7e717779ff put test where it belongs 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 595fa5878d prevent mutation of cached ASTs (#1153) 8 years ago
Rich-Harris d1d667f9a8 ignore var inits in dead branches - fixes #1198 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 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 c36f965e7d warn about using node built-ins in browser bundle (#1051) 8 years ago
Rich-Harris 47d3daf9a5 statically analyse LogicalExpression nodes (#1061) 8 years ago
Rich-Harris 8290e11c1a test that file property is being added to sourcemap (#986) 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
kzc 2744947b03 drop unused function and class declarations within functions (#1108, #1178) 8 years ago
Rich-Harris b624d674a9 remove, and warn about, unused imports from external modules (#595) 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