203 Commits (c0d45930581f4999b2d0bbf7107e3d508ade5825)

Author SHA1 Message Date
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 001901a695 undo non-string ID change (#692) 9 years ago
Rich-Harris 200eb13259 update to latest magic-string 9 years ago
Rich-Harris 169ae35413 allow resolved module IDs to be non-strings 9 years ago
Rich-Harris e85626ea02 options.preferConst to use const instead of var when creating statements (#653) 9 years ago
Rich-Harris 40217fd2e1 allow options.external to be a function. closes #522 9 years ago
Mickael Jeanroy e5437ed2f5 ensure that external alias are not treated as relative path 9 years ago
Bogdan Chadkin 157b7c151f Invalidate module when file content is changed 9 years ago
Bogdan Chadkin ad44c4ba5b Add incremental support build by passing previous bundle 9 years ago
Rich Harris 3fd400c3a7 warn if default and named exports are used together in auto mode (#587) 9 years ago
Rich Harris d1c1126b1a sanity check output of load hook 9 years ago
Oskar Segersvärd 5677b3697f Allow tree-shaking to be disabled 9 years ago
fatfisz c1978fb9e6 Normalize relative external paths. 9 years ago
Martin Kolárik 96c9bb5203 Unixize bundle entry path 9 years ago
Joel Denning 9583bb445c Allow external files to be non-existent, relative files. Fixes #532. 9 years ago
Rich-Harris 6b80842ded linting 9 years ago
Rich-Harris 884803d1f4 ensure external modules stay in sequence 9 years ago
Oskar Segersvärd 5bdf2b6ca4 Prefer forOwn() over keys().forEach() 9 years ago
Alexander Early 1f3488dcfd add _interopDefault to globals, fix behavior or module__default, make cjs work with browserify 9 years ago
Rich-Harris 32324e01fc prevent double export (#438) 9 years ago
Rich-Harris 275f0df91d fix #441 9 years ago
Rich-Harris dee23e9bc4 update tests 9 years ago
Rich-Harris 995737eb6d find importer of badly-ordered modules in order to provide useful feedback 9 years ago
Rich-Harris b993baff4e warn on dangerous ordering 9 years ago
Rich-Harris 40d6158147 simple sort 9 years ago
Rich Harris 389b10439b prevent stack overflow with mutual strong dependencies – fixes #425 9 years ago
Rich Harris e53bd850e7 doh 9 years ago
Rich Harris 283eefa946 windows fix? 9 years ago
Oskar Segersvärd 0b92d518d1 Force ids specified in `external` to actually _be_ external. 9 years ago
Oskar Segersvärd 447cf62c02 Remove 3 unused Promise.resolve calls 9 years ago
Rich-Harris 19c56b87ac prevent resolution of external IDs (#410) 9 years ago
Rich Harris d6c9733e11 Revert "Add transformBundle plugin hook" 9 years ago
Bogdan Chadkin d16d8aabe0 Add transformBundle plugin hook 9 years ago
Rich-Harris a7bb2e3f41 put files back where they were 9 years ago
Rich-Harris fc0c253101 collapse sourcemaps from bundle transformers 9 years ago
Rich-Harris 992f441bb3 ensure dest is resolved against cwd, to make sourcemap paths relative when using CLI (#344) 9 years ago
Bogdan Chadkin 8e42a7cd24 Add transformBundle plugin hook 9 years ago
Rich-Harris 946ec3d769 allow plugins to manipulate options 9 years ago
Rich-Harris 61c7d374f3 squelch duplicate warnings per-bundle (#362) 9 years ago
Rich-Harris afcdfcc6fa add isRelative helper 9 years ago
Rich-Harris 6752951d96 treat missing relative imports as error not warning - fixes #321 9 years ago
Rich-Harris 79730115c9 tidy up 9 years ago
Rich-Harris 5beac6d85e remove aggressive mode 9 years ago
Rich-Harris 76502ea677 make aggressive mode a bit less aggressive 9 years ago
Rich-Harris 7b57720d13 simplify consolidateDependencies 9 years ago
Rich-Harris b7dbe46dfe add some comments, rename some things 9 years ago
Rich-Harris 6c876bb110 include reassignments that are ignored on initial pass 9 years ago
Rich-Harris 2dea1ef0e5 add aggressive mode 9 years ago
Rich-Harris 38374f1f93 tidy up 9 years ago