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 |
Rich Harris
|
8334552782
|
Merge pull request #303 from TrySound/promisify-error
Promise reject instead of throwing Error
|
9 years ago |
Rich Harris
|
bbc57cdbe3
|
Merge pull request #298 from rollup/greenkeeper-acorn-2.6.4
acorn@2.6.4 breaks build 🚨
|
9 years ago |
Rich Harris
|
fe0394ad08
|
Merge pull request #253 from rollup/side-effects
More accurate side-effect detection
|
9 years ago |
Bogdan Chadkin
|
334165ceda
|
Promise reject instead of throwing Error
|
9 years ago |
greenkeeperio-bot
|
4a66296112
|
chore(package): update acorn to version 2.6.4
http://greenkeeper.io/
|
9 years ago |
Oskar Segersvärd
|
bc0b6c514a
|
Add error message when reexporting missing identifier
|
9 years ago |
Rich-Harris
|
12323c0ce3
|
Merge branch 'side-effects' of https://github.com/rollup/rollup into side-effects
|
9 years ago |
Rich Harris
|
2316cff821
|
merge master -> side-effects
|
9 years ago |
Rich Harris
|
9099c490b3
|
Merge pull request #249 from rollup/dead-branches
exclude dead branches
|
9 years ago |
Rich Harris
|
0da796a608
|
Merge pull request #277 from rollup/more-lint
More eslint
|
9 years ago |
Rich Harris
|
24d9cbeffe
|
Merge pull request #290 from rollup/travis-shield-master
Point TravisCI shield to the master branch
|
9 years ago |
Rich Harris
|
1ef16e2843
|
Merge pull request #292 from rollup/call-use-once
Check isUsed to prevent potentially infinite recursion
|
9 years ago |
Oskar Segersvärd
|
262334d70d
|
Check isUsed to prevent potentially infinite recursion
|
9 years ago |
Oskar Segersvärd
|
c29f4c24f1
|
Point TravisCI shield to the master branch
|
9 years ago |
Rich Harris
|
ae06df62a6
|
Merge pull request #288 from rollup/log-rollup-c-errors
Log errors when using `rollup -c`
|
9 years ago |
Oskar Segersvärd
|
7a677359c6
|
Log errors when using `rollup -c`
|
9 years ago |
Oskar Segersvärd
|
ae9643fb31
|
Remove .eslintrc Promise global. Fix lint redundancy in package.
|
9 years ago |
Oskar Segersvärd
|
c7843808a6
|
More eslint
* Lint before test
* Fix lint errors
|
9 years ago |
Rich Harris
|
161a447319
|
-> 0.20.5
|
9 years ago |
Rich Harris
|
a1f13cd93e
|
Merge pull request #271 from rollup/gh-270-alt
Disregard re-export statements
|
9 years ago |
Rich Harris
|
dc564da15a
|
alternative fix for #270
|
9 years ago |
Mike Bostock
|
093d33e616
|
Add a test that should fail, but doesn’t.
|
9 years ago |
Rich Harris
|
6593d5824c
|
-> 0.20.4
|
9 years ago |
Rich Harris
|
790d0d8810
|
Merge pull request #268 from mbostock/assignment-to-re-exports
Fix assignment to re-exported bindings.
|
9 years ago |
Mike Bostock
|
f2333fd42b
|
Include all declared variables.
The comment suggest multi-variable declarations are split up, but that doesn’t
appear to be the case.
|
9 years ago |
Mike Bostock
|
0afe2d9601
|
Add another failing test.
|
9 years ago |
Mike Bostock
|
8c3f09dd37
|
Don’t assume re-exported bindings are globals.
Fixes #267.
|
9 years ago |