365 Commits (4580b4bf54a918f88ebd0c85dc0fd73bcdcb9674)

Author SHA1 Message Date
Rich-Harris 4580b4bf54 handle NaN 10 years ago
Rich-Harris b16921646d exclude dead branches 10 years ago
Rich-Harris e94de0e8f1 treat missing namespace exports as warning, not error 10 years ago
Rich-Harris baa09c05c8 allow multiple export alls in entry module 10 years ago
Rich Harris 95c3af1e10 add more .js extensions 10 years ago
Rich Harris e111c5d8dc add js extensions 10 years ago
Brian Donovan 14af551bfc Remove unneeded `.js` extensions in import. 10 years ago
Rich Harris 170f1672b4 more robust deconflicting (sorry, no test yet) 10 years ago
Oskar Segersvärd 64479df905 Inverse condition. Re-run the tests after restructuring code. 10 years ago
Oskar Segersvärd 502b5cf940 Disallow 'default' as an identifier name 10 years ago
Rich-Harris a474426d09 throw if deprecated options are passed 10 years ago
Rich-Harris 814003cee2 include importing module in error message when load fails 10 years ago
Rich-Harris 1ef3060e3a keep non .js extensions, e.g. .json 10 years ago
Rich Harris 223cddc55e default to options.external = [] 10 years ago
Rich Harris 72836cbfe0 bring back options.external but warn if missing rather than error 10 years ago
Rich Harris 157a665e92 consolidate default load and resolveId, remove external resolver 10 years ago
Rich Harris 5b711ec005 support more plugin stuff, remove support for transform, resolveId, load, external, resolveExternal 10 years ago
Rich-Harris c924d5433c support plugins that return transform and intro functions 10 years ago
Oskar Segersvärd 24b64ca4e1 Use declarations, regardless of whether they have statements or not 10 years ago
Oskar Segersvärd 17df91a529 Prevent namespace abuse by freezing them 10 years ago
Rich-Harris 725eb859c8 more informative error message if missing intermediate sourcemaps 10 years ago
Rich-Harris f3ae229d46 merge 10 years ago
Oskar Segersvärd 89114a97ee Added missing import 10 years ago
Rich-Harris 35cabd7621 fix super-niche resolution bug affecting online demo 10 years ago
Rich-Harris 41aac14d07 use rollup-babel for bundling self (is quicker!) and include banner/version in dist files 10 years ago
Rich-Harris 61dcc1bf7c populate map.sourcesContent with original code 10 years ago
Rich-Harris ccf2cd073c handle missing line in sourcemap 10 years ago
Rich-Harris 7590f6c10b add intro/outro option (TODO document) 10 years ago
Rich-Harris 53aa476baa allow transformers to return nothing (i.e. skip) 10 years ago
Rich-Harris e96cca5971 sourcemap aware transforms 10 years ago
Rich-Harris 9f2d1b8ada use resolvers/loaders in order, dont catch errors 10 years ago
Rich-Harris 2d54c12e9c split up export var a, b, c - fixes #171 10 years ago
Oskar Segersvärd 4e692342fa Fix foolish mistakes 10 years ago
Oskar Segersvärd 41bfd877f3 Informative error message when namespace property doesn't exist 10 years ago
Rich-Harris 06b4107440 allow namespace to be assigned to a variable. fixes #168 10 years ago
Rich Harris fd3ae38c18 make external modules configurable 10 years ago
Rich Harris f925103863 only exclude strings with newlines, and crop out enclosing quotes - fixes #166 10 years ago
Rich Harris 9a8f331a8b include members of namespaces that are exported as defaults 10 years ago
Rich Harris dded04d414 prevent superfluous semi-colons causing whitespace to collapse after functions declarations 10 years ago
Rich Harris e8fe0d1080 make intermediate dirs in writeFile helper 10 years ago
Rich Harris 7a1eeabc2c fix travis error, hopefully 10 years ago
Rich Harris c46afb57c1 roll up acorn 10 years ago
Rich Harris dfa6492bf8 remove sander dependency 10 years ago
Rich Harris 567bd38ace prevent deshadowing logic causing double rewrites 10 years ago
Rich Harris 4fcbba63e0 prevent multiline strings being indented (#164) 10 years ago
Rich-Harris 3e6fe19a39 brute force merge rewrite -> rewrite-master 10 years ago
Rich Harris 0b628da2d9 allow imports from hidden directories 10 years ago
Rich Harris 940daa4f5b handle parenthesised default exports (#136) 10 years ago
Rich Harris a1f528d385 handle scoped packages 10 years ago
Rich Harris 7397b37a6d include module ID in error message (#143) 10 years ago