217 Commits (a9ba650db4080c462ec0dc2dac13daca80bf7e20)

Author SHA1 Message Date
Rich-Harris 98e60efa30 remove superfluous helper 9 years ago
Rich-Harris 9b165aba78 normalize external relative paths 9 years ago
Rich-Harris cf4d914c11 gah windows 9 years ago
Rich-Harris 6a03009faa dont normalize ID before checking if its external 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
Rich Harris 78db6134af indicate source of transform error where possible, and downgrade non-sourcemap-generating transforms to a warning (#746) 9 years ago
Rich Harris 84cccae433 change language to reflect the fact that conflicting namespaces are permitted, if discouraged 9 years ago
Bogdan Chadkin 8798331389 Warn on namespace conflicts 9 years ago
Bogdan Chadkin 6917687996 Fail on export all dup optionally 9 years ago
Bogdan Chadkin d5c232d6cc Fail on duplicating in export * from 9 years ago
Rich-Harris b1e6823f08 es6 -> es 9 years ago
Permutator 22f57c4571
Made it possible for plugin loaders to provide sourcemaps 9 years ago
Rich Harris 1d11282d6e allow user-specified acorn options (#564) 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 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