Rich-Harris
|
001901a695
|
undo non-string ID change (#692)
|
9 years ago |
Rich-Harris
|
b12db91940
|
-> v0.27.0
|
9 years ago |
Rich-Harris
|
0b27f0645a
|
Merge branch 'master' of https://github.com/rollup/rollup
|
9 years ago |
Rich Harris
|
74ea693ca1
|
Merge pull request #693 from rollup/gh-689
remove es6-promise
|
9 years ago |
Rich-Harris
|
e21d8a33ee
|
oops
|
9 years ago |
Rich-Harris
|
834d5fbd80
|
magic-string should be devDependency, because it gets bundled
|
9 years ago |
Rich-Harris
|
200eb13259
|
update to latest magic-string
|
9 years ago |
Rich-Harris
|
3264378330
|
tidy up tests, squelch nuisance warnings
|
9 years ago |
Rich-Harris
|
fc648ea46c
|
remove es6-promise. closes #689
|
9 years ago |
Rich Harris
|
977f409801
|
Merge pull request #688 from rollup/gh-655
Allow specifying multiple output targets.
|
9 years ago |
Rich Harris
|
7a03bf0583
|
Merge pull request #692 from rollup/non-string-ids
allow resolved module IDs to be non-strings
|
9 years ago |
Rich-Harris
|
169ae35413
|
allow resolved module IDs to be non-strings
|
9 years ago |
Brian Donovan
|
a3f2d17596
|
Allow specifying multiple output targets.
Closes #655.
|
9 years ago |
Rich-Harris
|
059ba8c010
|
Merge branch 'master' into incremental-transform
|
9 years ago |
Rich-Harris
|
7f1d9f2691
|
-> v0.26.7
|
9 years ago |
Rich Harris
|
7d153d3c88
|
Merge pull request #685 from rollup/esmodule
__esModule for AMD modules and CJS with cyclical dependencies
|
9 years ago |
Rich Harris
|
5266ace2b5
|
Merge pull request #686 from rollup/gh-637
distinguish between default and namespace imports from external module
|
9 years ago |
Rich-Harris
|
f0072851a5
|
remove commented out code
|
9 years ago |
Rich-Harris
|
558b4cf355
|
distinguish between default and namespace imports from external module (#637)
|
9 years ago |
Rich-Harris
|
ff425d3759
|
-> v0.26.6
|
9 years ago |
Rich Harris
|
83324f920d
|
Merge pull request #684 from rollup/gh-653
options.preferConst to use const instead of var when creating statements
|
9 years ago |
Rich Harris
|
5cff69c36d
|
Merge pull request #683 from rollup/gh-659
deconflict ES bundle imports
|
9 years ago |
Rich-Harris
|
b059d075d5
|
add __esModule to AMD, move to top of CJS, consistent style
|
9 years ago |
Rich-Harris
|
dd40bdfec9
|
Merge branch 'esmodule' of https://github.com/cameron-martin/rollup into cameron-martin-esmodule
|
9 years ago |
Rich-Harris
|
e85626ea02
|
options.preferConst to use const instead of var when creating statements (#653)
|
9 years ago |
Rich-Harris
|
c96888e2f4
|
deconflict ES bundle imports – fixes #659
|
9 years ago |
Rich-Harris
|
1546495353
|
-> v0.26.5
|
9 years ago |
Rich Harris
|
2a57a45f45
|
Merge pull request #680 from rollup/gh-522
allow options.external to be a function
|
9 years ago |
Rich Harris
|
e96c0cc712
|
Merge pull request #682 from rollup/gh-664
preserve debugger statements
|
9 years ago |
Rich-Harris
|
a50d71a63e
|
preserve debugger statements. closes #664
|
9 years ago |
Rich-Harris
|
40217fd2e1
|
allow options.external to be a function. closes #522
|
9 years ago |
Rich-Harris
|
ca931138f0
|
-> v0.26.4
|
9 years ago |
Rich-Harris
|
3705b37923
|
warn about eval security vulnerability
|
9 years ago |
Rich-Harris
|
e45547b58b
|
prevent duplicate exports from single module (#679)
|
9 years ago |
Rich-Harris
|
9d6dedf78e
|
add test for #633
|
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 |
Cameron Martin
|
a660b896dc
|
Made __esModule a non-enumerable property of exports.
This is the same as how babel does it. See https://goo.gl/KTGKyH.
|
9 years ago |
Cameron Martin
|
d8844e7078
|
Added the __esModule export, with value true, when the format is cjs or umd, and the exports option is named.
|
9 years ago |
Rich Harris
|
8ee6ef0109
|
-> v0.26.3
|
9 years ago |
Rich Harris
|
82112f7528
|
ensure reference is only marked as reassignment if it is the subject of the reassignment – fixes #648
|
9 years ago |
Rich Harris
|
f8a872cadc
|
gah eslint
|
9 years ago |
Rich Harris
|
84ba808e67
|
update various dependencies
|
9 years ago |
Rich Harris
|
b616db1b6b
|
-> v0.26.2
|
9 years ago |
Rich Harris
|
e3a58ec8fd
|
Merge pull request #634 from rollup/gh-632
allow rewrites of variable declarator inits
|
9 years ago |
Rich Harris
|
f18bf0f1e2
|
Merge pull request #640 from rollup/update-collapse-sourcemaps
Update collapseSourcemaps to use class syntax post-620
|
9 years ago |
Rich Harris
|
1ae1cee8c8
|
Merge pull request #631 from rollup/gh-587
warn if default and named exports are used together in auto mode
|
9 years ago |
Oskar Segersvärd
|
cf5dee06d5
|
Update collapseSourcemaps to use class syntax post-620
|
9 years ago |
Oskar Segersvärd
|
126b22c63a
|
Merge pull request #639 from Victorystick/fix-no-treeshake-vars
Fix a bug with no-treeshake
|
9 years ago |