Rich-Harris
|
9164f80487
|
remove pre-existing sourcemap comments
|
10 years ago |
Rich-Harris
|
41cd743ae6
|
support banner/footer option
|
10 years ago |
Rich-Harris
|
f4d3771284
|
merge master -> esperanto-friendly
|
10 years ago |
Rich-Harris
|
1fea163ccc
|
make use strict optional
|
10 years ago |
Oskar Segersvärd
|
7978ade77c
|
Merge pull request #63 from rollup/gh-61
expand shorthand properties (#61)
|
10 years ago |
Oskar Segersvärd
|
72eb56109e
|
Merge pull request #64 from rollup/module-render
Move rendering logic into modules
|
10 years ago |
Rich-Harris
|
3260134d1f
|
fix amd module IDs
|
10 years ago |
Rich-Harris
|
32659d12e0
|
prevent module importing itself
|
10 years ago |
Rich-Harris
|
7030e54785
|
refactor and robustify export blocks
|
10 years ago |
Rich-Harris
|
62241d523d
|
include imports/exports in bundle object
|
10 years ago |
Rich-Harris
|
688d66698a
|
more robust interop
|
10 years ago |
Rich-Harris
|
405bc00a56
|
more tidying up
|
10 years ago |
Rich-Harris
|
7c1d2bb8e6
|
remove unused code
|
10 years ago |
Rich-Harris
|
acdfbead47
|
update test
|
10 years ago |
Rich-Harris
|
24d061450a
|
fix variable splitting
|
10 years ago |
Rich-Harris
|
9c22bc12c6
|
only insert export initialisers if there are any
|
10 years ago |
Rich-Harris
|
cbae9fc8de
|
remove more unused code
|
10 years ago |
Rich-Harris
|
301f432b6f
|
remove unused code
|
10 years ago |
Rich-Harris
|
7cd858be60
|
failing tests - tricky case with unused declarators in multiple var declaration
|
10 years ago |
Rich-Harris
|
8f3f437e1c
|
reattach comments, handle var splitting better
|
10 years ago |
Rich-Harris
|
6d2e108c01
|
reimplement multiple var splitting
|
10 years ago |
Rich-Harris
|
9435773b1c
|
start moving render logic into modules
|
10 years ago |
Rich-Harris
|
b8e4db7752
|
Merge branch 'master' into gh-61
|
10 years ago |
Rich-Harris
|
dbbfc67a0b
|
expand shorthand properties (#61)
|
10 years ago |
Rich Harris
|
91fdc3cecd
|
Merge pull request #62 from rollup/gh-59
Handle external dependencies correctly
|
10 years ago |
Rich-Harris
|
d505247a29
|
add expected results for globals test
|
10 years ago |
Rich-Harris
|
069f83bec8
|
make getCanonicalName es6-aware
|
10 years ago |
Oskar Segersvärd
|
32a1b22394
|
Add globals option to rollup executable.
Also:
* Updated help.md to include correct format default (ES6).
* Removed unused requires and variables from `bin/runRollup.js`.
* Added missing definition of `map` for outputting inline source maps.
* Grabs external names from globals option. These are equivalent:
rollup -f iife --globals lodash:_,jquery:jQuery
rollup -f iife --globals lodash:_,jquery:jQuery --external lodash,jquery
|
10 years ago |
Rich Harris
|
4d6b5de582
|
add test for custom global names for external modules
|
10 years ago |
Oskar Segersvärd
|
08c2826760
|
Updated tests to contain `import * as ns from ".."`
|
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 |
Rich Harris
|
3188c413b8
|
flesh out test for #59
|
10 years ago |
Rich Harris
|
6a4f8c1400
|
add test for #53
|
10 years ago |
Rich Harris
|
850085f1f6
|
Merge branch 'gh-53' of https://github.com/Victorystick/rollup into Victorystick-gh-53
|
10 years ago |
Rich Harris
|
baa2eefad8
|
Merge pull request #58 from rollup/Fix-#57
Fix #57
|
10 years ago |
Rich Harris
|
53fa8fce8b
|
add test for #57
|
10 years ago |
Rich Harris
|
2d02156a06
|
Merge pull request #56 from Swatinem/import-empty-external
allow importing external modules for side effects, fixes #55
|
10 years ago |
Oskar Segersvärd
|
5a3017729e
|
Fix #57
Prefix globalDeps with `global.`, to fix #57.
|
10 years ago |
Arpad Borsos
|
759d3938b9
|
allow importing external modules for side effects, fixes #55
|
10 years ago |
Oskar Segersvärd
|
788f11dbc7
|
Made `dirname` handle the empty string.
|
10 years ago |
Rich Harris
|
802ce4fe4f
|
-> 0.11.4
|
10 years ago |
Rich Harris
|
15077a8729
|
Merge pull request #48 from rollup/gh-43
Fix #43
|
10 years ago |
Brian Donovan
|
d26db11ea9
|
Fix accidental change of description from 5033267048 .
|
10 years ago |
Rich-Harris
|
f1545cbf03
|
mark export declarations as used, to preserve side-effects (#43)
|
10 years ago |
Rich-Harris
|
bda009e84d
|
Merge branch 'failing-test-for-side-effects-on-imported' of https://github.com/eventualbuddha/rollup into eventualbuddha-failing-test-for-side-effects-on-imported
|
10 years ago |
Rich-Harris
|
913390201b
|
-> 0.11.3
|
10 years ago |
Rich-Harris
|
77452031ac
|
tests for #42
|
10 years ago |
Rich-Harris
|
d81acf600b
|
ensure external modules have names, and that those names take priority (#42)
|
10 years ago |
Rich-Harris
|
a3c383429e
|
dont rewrite class method keys incorrectly (#42)
|
10 years ago |