Oskar Segersvärd
|
d2cf4c5e87
|
Fix #527
|
9 years ago |
Rich-Harris
|
7c07a77e2e
|
-> 0.25.4
|
9 years ago |
Rich Harris
|
f32c7224bb
|
Merge pull request #516 from rollup/gh-513
fix misnamed exports of default imports in ES bundles
|
9 years ago |
Rich-Harris
|
c7be553684
|
fix misnamed exports of default imports in ES bundles (#513)
|
9 years ago |
Rich Harris
|
82877b44df
|
Merge pull request #515 from rollup/config-no-exports
warn on missing options in config file
|
9 years ago |
Rich-Harris
|
8a867c17e5
|
warn on missing options in config file
|
9 years ago |
Rich Harris
|
dd7aa3dc7b
|
Merge pull request #514 from rollup/linebreaks
Force unix linebreaks
|
9 years ago |
Rich-Harris
|
cc37febe23
|
Merge branch 'master' into linebreaks
|
9 years ago |
Rich-Harris
|
6b80842ded
|
linting
|
9 years ago |
Rich-Harris
|
884803d1f4
|
ensure external modules stay in sequence
|
9 years ago |
Rich Harris
|
2e8d55367a
|
Merge pull request #512 from kzc/issue476
Detect side effect in member expression assignment when not top level
|
9 years ago |
Rich Harris
|
c28557ff8b
|
Merge pull request #499 from krzksz/module-name
Don't overwrite moduleName object for IIFE and UMD
|
9 years ago |
Rich-Harris
|
fe21dc85c8
|
linting, consistency
|
9 years ago |
Rich-Harris
|
8f270e3266
|
Merge branch 'retain-class-computed-property-symbols' of https://github.com/ochafik/rollup into ochafik-retain-class-computed-property-symbols
|
9 years ago |
Rich Harris
|
157ba12ced
|
Merge pull request #498 from rollup/gh-486
warn on empty exports, don't fail
|
9 years ago |
Bogdan Chadkin
|
38cbfbc5f8
|
Force unix linebreaks
|
9 years ago |
kzc
|
b748464f71
|
Detect side effect in member expression assignment when not top level. Fixes #476.
|
9 years ago |
Brian Donovan
|
9549309dd4
|
Merge pull request #507 from ReadmeCritic/master
Update README URLs based on HTTP redirects
|
9 years ago |
Olivier Chafik
|
2a29d4bde3
|
Retain symbols of computed properties defined on classes.
(fixes #504, similar fix as #439)
|
9 years ago |
ReadmeCritic
|
1f7364d568
|
Update README URLs based on HTTP redirects
|
9 years ago |
Mateusz Krzeszowiak
|
92703bf46d
|
Remove empty lines at the end of files added by Atom
|
9 years ago |
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 |