Rich Harris
|
775366c010
|
Merge pull request #371 from rollup/manipulate-options
allow plugins to manipulate options
|
9 years ago |
Rich Harris
|
2cd305b4ba
|
Merge pull request #370 from rollup/gh-362
squelch duplicate warnings per-bundle (#362)
|
9 years ago |
Rich-Harris
|
946ec3d769
|
allow plugins to manipulate options
|
9 years ago |
Rich-Harris
|
1dc76ca715
|
linting
|
9 years ago |
Rich-Harris
|
61c7d374f3
|
squelch duplicate warnings per-bundle (#362)
|
9 years ago |
Rich-Harris
|
6e7719c8dc
|
-> 0.21.3
|
9 years ago |
Rich Harris
|
ea5970f0d9
|
Merge pull request #348 from rollup/validate-options
Prevent invalid keys from being passed in options.
|
9 years ago |
Rich-Harris
|
3c5d099cc7
|
avoid for...of
|
9 years ago |
Rich Harris
|
0220189c2b
|
Merge pull request #365 from rollup/object-destructuring-default-values
Ensure references inside default destructuring values count.
|
9 years ago |
Rich Harris
|
ea32575e7e
|
Merge pull request #369 from rollup/delete-statement-support
Ensure `delete` operations at the top level are preserved.
|
9 years ago |
Brian Donovan
|
7fba690f52
|
Ensure `delete` operations at the top level are preserved.
Fixes #352.
|
9 years ago |
Brian Donovan
|
27d0f33ac7
|
Ensure references inside default destructuring values count.
Fixes #364.
|
9 years ago |
Rich Harris
|
b33f14f2b0
|
Merge pull request #356 from rollup/fix-generated-namespace-imports
Ensure namespace imports are not combined with other import types.
|
9 years ago |
Rich Harris
|
69b8031d46
|
Update README.md
|
9 years ago |
Brian Donovan
|
29104b7932
|
Ensure namespace imports are not combined with other import types.
It is a syntax error to combine namespace import specifiers with named or default specifiers.
Fixes #355.
|
9 years ago |
Brian Donovan
|
dfd921e54f
|
Always fail `rollup` with a rejected promise, not a thrown error.
|
9 years ago |
Brian Donovan
|
934d1e1133
|
Prevent invalid keys from being passed in options.
|
9 years ago |
Rich-Harris
|
9fc406b3fe
|
-> 0.21.2
|
9 years ago |
Rich Harris
|
62d7e12674
|
Merge pull request #340 from rollup/fix-default-exports
Fix default exports
|
9 years ago |
Rich Harris
|
dffcbe3cb2
|
Merge pull request #329 from rollup/gh-325
more informative error when test config fails to load (#325)
|
9 years ago |
Oskar Segersvärd
|
326ea10641
|
Merge pull request #342 from klaascuvelier/fix-infinite-recursion
Fix infinite recursion #341
|
9 years ago |
Klaas Cuvelier
|
7d8e6b67aa
|
add a newline add the end
|
9 years ago |
Klaas Cuvelier
|
3d8b03375c
|
Ignore jetbrains idea folder
|
9 years ago |
Klaas Cuvelier
|
f0f71261b3
|
Fix infinite recursion
|
9 years ago |
Oskar Segersvärd
|
607ba5ce0c
|
Fix default-export-2 and default-export-3
|
9 years ago |
Oskar Segersvärd
|
cd9a0b48a5
|
Add failing test cases for #339
|
9 years ago |
Rich Harris
|
6bc0ef45bf
|
Merge pull request #328 from rollup/gh-321
treat missing relative imports as error not warning - fixes #321
|
9 years ago |
Rich-Harris
|
a0e01ac1e6
|
more informative error when test config fails to load (#325)
|
9 years ago |
Rich-Harris
|
afcdfcc6fa
|
add isRelative helper
|
9 years ago |
Rich-Harris
|
6752951d96
|
treat missing relative imports as error not warning - fixes #321
|
9 years ago |
Rich-Harris
|
34c22139b6
|
-> 0.21.1
|
9 years ago |
Rich-Harris
|
5210386bd2
|
handle top-level blocks – fixes #326
|
9 years ago |
Rich Harris
|
eba495cea2
|
Merge pull request #309 from rollup/no-aggressive
Remove aggressive mode
|
9 years ago |
Rich-Harris
|
c11dcb513f
|
lint
|
9 years ago |
Rich-Harris
|
b48af86534
|
Merge branch 'master' into no-aggressive
|
9 years ago |
Rich Harris
|
d5f8b1d477
|
Merge pull request #320 from rollup/resolves-namespace-default
Move declaration assignment before the if statement
|
9 years ago |
Rich Harris
|
62e8ea4958
|
Merge pull request #311 from Permutatrix/test_rejections
Fix test for rejection when options or options.entry isn't passed
|
9 years ago |
Oskar Segersvärd
|
7c2b7b1ae6
|
`=>` -> `function`
|
9 years ago |
Oskar Segersvärd
|
e8da5e40de
|
Move declaration assignment before the if statement
|
9 years ago |
Permutator
|
3d96d171c5
|
Fixed tests for rejection when not options or options.entry isn't passed
|
9 years ago |
Rich-Harris
|
d35ffb1565
|
skip tests on windows, as applicable. closes #279
|
9 years ago |
Rich-Harris
|
79730115c9
|
tidy up
|
9 years ago |
Rich-Harris
|
5beac6d85e
|
remove aggressive mode
|
9 years ago |
Rich-Harris
|
2ded15a0d8
|
unify APIs
|
9 years ago |
Rich-Harris
|
3db1236024
|
additional side effect test
|
9 years ago |
Rich-Harris
|
c33b3d2437
|
attach statements to all declarations
|
9 years ago |
Rich-Harris
|
76502ea677
|
make aggressive mode a bit less aggressive
|
9 years ago |
Rich-Harris
|
34cdd1ddf0
|
lint before publish, not test, for sake of debugging
|
9 years ago |
Rich-Harris
|
111c43f7fa
|
-> 0.21.0
|
9 years ago |
Rich Harris
|
e9d444451e
|
Merge pull request #295 from rollup/reexport-missing-error
Add error message when reexporting missing identifier
|
9 years ago |