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
|
3705b37923
|
warn about eval security vulnerability
|
9 years ago |
Rich-Harris
|
e45547b58b
|
prevent duplicate exports from single module (#679)
|
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
|
82112f7528
|
ensure reference is only marked as reassignment if it is the subject of the reassignment – fixes #648
|
9 years ago |
Oskar Segersvärd
|
cf5dee06d5
|
Update collapseSourcemaps to use class syntax post-620
|
9 years ago |
Oskar Segersvärd
|
fbb0b3935b
|
Fix failing test
|
9 years ago |
Rich Harris
|
d0ea2ad2d6
|
allow rewrites of variable declarator inits – fixes #632
|
9 years ago |
Rich Harris
|
3fd400c3a7
|
warn if default and named exports are used together in auto mode (#587)
|
9 years ago |
Rich Harris
|
bcd5dc789c
|
ensure import paths are case-sensitive (#590)
|
9 years ago |
Rich Harris
|
d1c1126b1a
|
sanity check output of load hook
|
9 years ago |
Rich Harris
|
d3f092a071
|
create new scope for classes, with class expression ID (if any) as sole name. fixes #626
|
9 years ago |
Oskar Segersvärd
|
5677b3697f
|
Allow tree-shaking to be disabled
|
9 years ago |
Rich Harris
|
2b915cb6fc
|
dont throw on single-length sourcemap segment (#618)
|
9 years ago |
Rich Harris
|
4971e0a62e
|
report files causing transform errors
|
9 years ago |
fatfisz
|
c1978fb9e6
|
Normalize relative external paths.
|
9 years ago |
Martin Kolárik
|
96c9bb5203
|
Unixize bundle entry path
|
9 years ago |
Oleg SKLYANCHUK
|
cc8141cc55
|
Add useStrict option to ALLOWED_KEYS.
|
9 years ago |
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
|
faf18821b3
|
expand deshadowed shorthand properties (fixes #575)
|
9 years ago |
Joel Denning
|
9583bb445c
|
Allow external files to be non-existent, relative files. Fixes #532.
|
9 years ago |
Zirak
|
1631c08256
|
Handle erroneous nested member expressions
Fixes 2nd issue in #565
|
9 years ago |
Brian Donovan
|
ab76b617b4
|
Prune dead conditional expressions more carefully.
Fixes #534.
|
9 years ago |
Brian Donovan
|
4fc588ea9f
|
Rewrite an entire member expression for namespace imports.
Closes #565.
|
9 years ago |
Brian Donovan
|
fa521cbddd
|
Fix edge case for non-exported variable declaration aliases for exported globals.
Closes #560.
|
9 years ago |
Alec LaLonde
|
69bac2eb1c
|
fixed bad merge
|
9 years ago |
Alec LaLonde
|
6096a72856
|
Added test for exports flag, fixed test flag assertion comparator
|
9 years ago |
Alec LaLonde
|
73523e29b5
|
Allow 'exports' key
|
9 years ago |
Oskar Segersvärd
|
d2cf4c5e87
|
Fix #527
|
9 years ago |
Rich-Harris
|
c7be553684
|
fix misnamed exports of default imports in ES bundles (#513)
|
9 years ago |
Rich-Harris
|
6b80842ded
|
linting
|
9 years ago |
Rich-Harris
|
884803d1f4
|
ensure external modules stay in sequence
|
9 years ago |
Rich-Harris
|
fe21dc85c8
|
linting, consistency
|
9 years ago |
kzc
|
b748464f71
|
Detect side effect in member expression assignment when not top level. Fixes #476.
|
9 years ago |
Olivier Chafik
|
2a29d4bde3
|
Retain symbols of computed properties defined on classes.
(fixes #504, similar fix as #439)
|
9 years ago |
Mateusz Krzeszowiak
|
57a3c574f6
|
Fixes rollup/rollup#493
|
9 years ago |
Rich-Harris
|
ab767b125d
|
warn on empty exports, dont fail (closes #486)
|
9 years ago |
Boris Sirota
|
b1658066ed
|
check that _interopDefault's input is a non-null object fixes #474
|
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 |
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 |
Alexander Early
|
1f3488dcfd
|
add _interopDefault to globals, fix behavior or module__default, make cjs work with browserify
|
9 years ago |