Mateusz Krzeszowiak
|
afed9d4d43
|
Test fixes rollup/rollup#493
|
9 years ago |
Mateusz Krzeszowiak
|
57a3c574f6
|
Fixes rollup/rollup#493
|
9 years ago |
Rich-Harris
|
a853fc163c
|
-> 0.25.3
|
9 years ago |
Rich-Harris
|
ab767b125d
|
warn on empty exports, dont fail (closes #486)
|
9 years ago |
Rich Harris
|
b3ac1c97ba
|
Merge pull request #491 from borisirota/master
check that _interopDefault's input is a non-null object
|
9 years ago |
Boris Sirota
|
b1658066ed
|
check that _interopDefault's input is a non-null object fixes #474
|
9 years ago |
Rich-Harris
|
affc538067
|
-> 0.25.2
|
9 years ago |
Rich Harris
|
1e99194cc0
|
Merge pull request #485 from rollup/gh-484
correctly rewrite exported var declarations
|
9 years ago |
Rich Harris
|
51a87a85c9
|
Merge pull request #472 from rollup/export-global
Support export { global }
|
9 years ago |
Rich Harris
|
6200ade8f3
|
Merge pull request #465 from rollup/skip-dead-conditional-expression-branches
Skip dead branches of a conditional expression.
|
9 years ago |
Rich-Harris
|
366b414151
|
correctly rewrite exported var declarations (fixes #484)
|
9 years ago |
Oskar Segersvärd
|
d638fa6dc2
|
Use forOwn
|
9 years ago |
Oskar Segersvärd
|
5bdf2b6ca4
|
Prefer forOwn() over keys().forEach()
|
9 years ago |
Oskar Segersvärd
|
1297998ca7
|
Add SyntheticGlobalDeclaration
|
9 years ago |
Oskar Segersvärd
|
4afbf70c8a
|
Add failing test for exporting a global.
|
9 years ago |
Brian Donovan
|
82ad343150
|
Merge pull request #471 from ariutta/patch-1
Update README.md
|
9 years ago |
Anders Riutta
|
11690161b8
|
Update README.md
|
9 years ago |
Brian Donovan
|
1a0011485e
|
Skip dead branches of a conditional expression.
This allows replacement of inline conditions such as in `export const resolve = isWindows ? win32Resolve : posixResolve;`.
|
9 years ago |
Rich-Harris
|
c750730d9b
|
-> 0.25.1
|
9 years ago |
Rich Harris
|
227bfe53ba
|
Merge pull request #453 from rollup/gh-438
Fix double export of aliased names
|
9 years ago |
Rich Harris
|
88a0e91ce8
|
Merge pull request #458 from aearly/cjs-interop-require
use an interopDefault function for external CJS deps
|
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 |
Rich Harris
|
4b6145574d
|
Merge pull request #451 from rollup/gh-446
error if namespace is called
|
9 years ago |
Rich-Harris
|
5d742fd5ca
|
merge master -> gh-446
|
9 years ago |
Rich Harris
|
82f9915d4a
|
Merge pull request #455 from rollup/gh-275
provide informative error if rollup is used in browser without custom resolveId/load functions
|
9 years ago |
Rich-Harris
|
d99a89de57
|
provide informative error if rollup is used in browser without custom resolveId/load functions
|
9 years ago |
Rich Harris
|
45ab79bddb
|
Merge pull request #427 from rollup/gh-425
prevent stack overflow with mutual strong dependencies – fixes #425
|
9 years ago |
Rich-Harris
|
a29d941608
|
merge master -> gh-425
|
9 years ago |
Rich-Harris
|
32324e01fc
|
prevent double export (#438)
|
9 years ago |
Rich Harris
|
beec316553
|
Merge pull request #441 from rollup/external-import-alias-shadow
Add a failing test illustrating a renaming bug in ES6 output.
|
9 years ago |
Rich Harris
|
1e67b41178
|
Merge pull request #452 from rollup/gh-426
fix `var exports.foo`
|
9 years ago |
Rich-Harris
|
94f98d81ec
|
fix `var exports.foo` (#426)
|
9 years ago |
Rich-Harris
|
275f0df91d
|
fix #441
|
9 years ago |
Rich-Harris
|
a20fc4122f
|
gah
|
9 years ago |
Rich-Harris
|
29f7732f5f
|
ugh windows
|
9 years ago |
Rich-Harris
|
9d91ecaa71
|
error if namespace is called (#446)
|
9 years ago |
Rich-Harris
|
79befa409f
|
-> 0.25.0
|
9 years ago |
Rich Harris
|
a015c19867
|
Merge pull request #443 from rollup/gh-435
Fix module ordering
|
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
|
e6ab027313
|
handle complex call expressions (#440)
|
9 years ago |
Brian Donovan
|
90a3453388
|
Add a failing test illustrating a renaming bug in ES6 output.
|
9 years ago |
Rich-Harris
|
557c7baa34
|
separate running from calling
|
9 years ago |
Rich-Harris
|
680be6973e
|
add some failing tests
|
9 years ago |
Rich-Harris
|
40d6158147
|
simple sort
|
9 years ago |
Rich-Harris
|
8b68d1ce90
|
-> 0.24.1
|
9 years ago |
Rich Harris
|
f3b2f95cca
|
Merge pull request #433 from rollup/gh-430
Chained namespace imports
|
9 years ago |
Rich Harris
|
000403250a
|
Merge pull request #423 from rollup/gh-421
handle calls to default exports other than function expressions
|
9 years ago |