70 Commits (e3a58ec8fd77a94f0e0f56b0a9030719eae6f789)

Author SHA1 Message Date
Chris Reeves 54ce372724 delint - oops missed a semi 9 years ago
Chris Reeves 66f838ad9d add an option to add noConflict method to umd global 9 years ago
Rich-Harris c7be553684 fix misnamed exports of default imports in ES bundles (#513) 9 years ago
Mateusz Krzeszowiak 57a3c574f6 Fixes rollup/rollup#493 9 years ago
Boris Sirota b1658066ed check that _interopDefault's input is a non-null object fixes #474 9 years ago
Alexander Early 1f3488dcfd add _interopDefault to globals, fix behavior or module__default, make cjs work with browserify 9 years ago
Alexander Early 98e4adb322 use an interopRequire function for external CJS deps with a default export 9 years ago
mnater 318481f2f0 Style iife 9 years ago
mnater bc8a78d862 Style iife 9 years ago
mnater 20a9923e98 Style iife 9 years ago
Rich-Harris 1ef38cf131 allow options.globals to be a function, warn on miss (#293) 9 years ago
Rich-Harris aac5365f42 reinstate #392 fix 9 years ago
Rich-Harris dc7abcc720 support namespaced exports (global.foo.bar.baz) – fixes #378 9 years ago
Brian Donovan 29104b7932 Ensure namespace imports are not combined with other import types. 9 years ago
Oskar Segersvärd 607ba5ce0c Fix default-export-2 and default-export-3 9 years ago
Rich Harris 95c3af1e10 add more .js extensions 9 years ago
Rich Harris e111c5d8dc add js extensions 9 years ago
Rich-Harris 3e6fe19a39 brute force merge rewrite -> rewrite-master 9 years ago
Rich-Harris 7fb0891b08 Revert "guard against undefined `this` in post-processed UMD bundle - fixes #109" 9 years ago
Rich-Harris 250678dcf8 guard against undefined `this` in post-processed UMD bundle - fixes #109 9 years ago
Rich-Harris 965fa5d008 test default exports are re-exported from internal module with export * 10 years ago
Oskar Segersvärd c394a8b9de Fix CJS finalizer bug, where too many newline was inserted. 10 years ago
Oskar Segersvärd f084957ab6 Access reexports of externals safely when needed. 10 years ago
Oskar Segersvärd 5e5bb7b9e0 Updated ES6 finalizer 10 years ago
Oskar Segersvärd 570edfd1ee Fixed `getExportBlock` for external names. 10 years ago
Oskar Segersvärd 02720bfc06 Fixed default names. 10 years ago
Oskar Segersvärd f680aae304 Added `Scope.getNames()` to avoid exposing internals. 10 years ago
Oskar Segersvärd 3b6977f590 More tests pass 10 years ago
Oskar Segersvärd 62abef4241 Lookup in `getExportBlock` 10 years ago
Oskar Segersvärd 6e59abd5a6 Fixed `ExternalModule.needsNamed`, and ES6 imports. 10 years ago
Oskar Segersvärd 3a512f09cd Do scope lookups when exporting and importing. 10 years ago
Rich Harris 199d3ad4e4 simplify export block logic 10 years ago
Rich Harris 98494b2b5f simplify es6 exports 10 years ago
Rich-Harris 13521adec8 fix es6 export 10 years ago
Rich Harris 419a37f145 fix more tests, messily 10 years ago
Rich-Harris 056110dd09 dedupe external imports in ES6 bundle (fixes #77) 10 years ago
Rich-Harris 4164f6265a use bundle.trace() when building export block 10 years ago
Rich-Harris e7bbd516d1 combine declaredName and identifier 10 years ago
Rich-Harris e0c554a801 more fixes 10 years ago
Rich-Harris 35661e1f39 fixes 10 years ago
Rich-Harris e36bf8dbd5 start moving naming logic into bundle, rather than modules 10 years ago
Rich Harris 5cbd7afb1a rig up eslint, do some linting 10 years ago
Rich-Harris 1fea163ccc make use strict optional 10 years ago
Rich-Harris 3260134d1f fix amd module IDs 10 years ago
Rich-Harris 7030e54785 refactor and robustify export blocks 10 years ago
Rich-Harris 688d66698a more robust interop 10 years ago
Oskar Segersvärd 9a1ae23919 Named and * imports must be treated separately. 10 years ago
Rich Harris 9ceb75de91 add interop blocks for default imports from external modules 10 years ago
Oskar Segersvärd 5a3017729e Fix #57 10 years ago
Rich Harris f2628b5ca0 linting 10 years ago