126 Commits (393d49e5ebd2eacbde3ecb9d9c4898cf5598b3f1)

Author SHA1 Message Date
Rich Harris 658337baec suppress more test warnings 8 years ago
Rich-Harris bc0f791195 suppress warnings with --silent (closes #1213) 8 years ago
Rich-Harris 7e717779ff put test where it belongs 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 708fb9821b warn on missing format (fixes #1197) 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 a1666103b1 put Object.freeze fallback behind legacy option 8 years ago
Rich-Harris 559ef0f343 add test of function moduleContext option 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
Rich-Harris 3a73224990 ensure bundle ends with newline – fixes #958 8 years ago
Emil Ajdyna 211fa097a9 add: interop option 8 years ago
Rich-Harris 316f6041ab always treat literals as leaf nodes 8 years ago
Rich Harris 83ccb97253 clone ASTs, for fast incremental rebuilds 8 years ago
Rich-Harris 173cfc0df7 rewrite 8 years ago
Rich Harris 1d7c853ce6 prevent leaky state, always clone magic-string 8 years ago
Rich Harris 98b4da0f35 allow custom bundle context (#851) 9 years ago
Bogdan Chadkin d39105d688 Improve linting 9 years ago
Bogdan Chadkin 1a2d3dce26 Changde indent default to false 9 years ago
Bogdan Chadkin 684dde0a30 Cache resolvedIds in modules to improve incremental build 9 years ago
Rich-Harris e275a9cd60 oops 9 years ago
Rich-Harris 93ec667228 more aggressive linting 9 years ago
Kurt Blackwell c5fa9b2a42 Introduce eslint to tests. Complaints are fixed, but none of them major. 9 years ago
Rich-Harris 328d145221 support paths config (#754) 9 years ago
Rich-Harris 392a338c64 add newline after sourcemap comment. fixes #756 9 years ago
Rich-Harris 31f55a4755 use resolved IDs for external modules to allow options.globals to work with relative imports (#763) 9 years ago
Pat Cavit 9acb92dcd0 Try making ongenerate/onwrite more useful 9 years ago
Rich-Harris 4a8ce666ab warn on top-level `this` – fixes #770 9 years ago
Kurt Blackwell e37bc0be8d Set directory before each sourcemap test so that it can be depended on. Remove relative-paths' dependency on path.relative with process.cwd() which doesn't work in some situations. 9 years ago
Kurt Blackwell 5605ce5c85 Add a test for loading config when the drive letter doesn't match after realpath. List 'fs' as external dependency. 9 years ago
Rich Harris 78db6134af indicate source of transform error where possible, and downgrade non-sourcemap-generating transforms to a warning (#746) 9 years ago
Bogdan Chadkin 8798331389 Warn on namespace conflicts 9 years ago
Rich Harris 2a8bc9569e ass async onwrite hook 9 years ago
Rich Harris b28a019014 synchronous ongenerate hook (#353) 9 years ago
Bogdan Chadkin 6917687996 Fail on export all dup optionally 9 years ago
Rich-Harris 8c25878608 ensure local rollup build is used 9 years ago
Rich-Harris 9f399591b3 add test for es6 format warning 9 years ago
Rich-Harris c542325a58 switch tests from babel to buble 9 years ago
Rich Harris 9b13711cf7 update allowed options test 9 years ago
Rich Harris 89327d50b2 oops 9 years ago
Rich Harris f171048be0 remove unused variable 9 years ago
Rich-Harris 9cfedd55d4 reinstate all tests 9 years ago
Rich Harris 84d408f9ad make tests more robust (fs was getting out of sync) 9 years ago
Rich Harris fc7e0f1ce2 change option from bundle to cache 9 years ago
Rich-Harris 3264378330 tidy up tests, squelch nuisance warnings 9 years ago