Rich Harris
|
d6c9733e11
|
Revert "Add transformBundle plugin hook"
|
9 years ago |
Rich Harris
|
074a4ec5ae
|
Merge pull request #387 from rollup/transform-bundle-hook
Add transformBundle plugin hook
|
9 years ago |
Rich Harris
|
8d25fa2dd0
|
Merge pull request #393 from rollup/destruction-in-exports
Destruction in exports
|
9 years ago |
Bogdan Chadkin
|
d16d8aabe0
|
Add transformBundle plugin hook
|
9 years ago |
Oskar Segersvärd
|
bb53cbbf02
|
Move `extractNames` to its own file
|
9 years ago |
Oskar Segersvärd
|
b5ddcea06d
|
Ensure names are properly exported
|
9 years ago |
Oskar Segersvärd
|
a739c51d32
|
Add failing test
|
9 years ago |
Rich-Harris
|
5e4b54c92b
|
handle names in sourcemaps
|
9 years ago |
Rich-Harris
|
a7bb2e3f41
|
put files back where they were
|
9 years ago |
Rich-Harris
|
fc0c253101
|
collapse sourcemaps from bundle transformers
|
9 years ago |
Rich-Harris
|
09b99b5cb2
|
Merge branch 'master' into transform-bundle-hook-compose-sourcemaps
|
9 years ago |
Rich Harris
|
ad78d48398
|
Merge pull request #388 from rollup/gh-376
support --environment in CLI
|
9 years ago |
Rich-Harris
|
a60986d626
|
-> 0.22.2
|
9 years ago |
Rich-Harris
|
fbc81f15b7
|
update magic-string
|
9 years ago |
Bogdan Chadkin
|
e786b5b7bf
|
Make transformers more straightforward
|
9 years ago |
Bogdan Chadkin
|
10c4933ed6
|
Add sourcemaps test
|
9 years ago |
Rich-Harris
|
002369740c
|
-> 0.22.1
|
9 years ago |
Rich-Harris
|
8936840c05
|
squelch external dependency warnings coming from rollup.config.js – fixes #333
|
9 years ago |
Rich-Harris
|
992f441bb3
|
ensure dest is resolved against cwd, to make sourcemap paths relative when using CLI (#344)
|
9 years ago |
Bogdan Chadkin
|
4c661edd0a
|
Fix test title
|
9 years ago |
Bogdan Chadkin
|
f2e950914e
|
Remove promise version comment
|
9 years ago |
Bogdan Chadkin
|
6d429321d9
|
Fix lint
|
9 years ago |
Rich-Harris
|
f8e68f4259
|
support --environment in CLI (#378)
|
9 years ago |
Bogdan Chadkin
|
8e42a7cd24
|
Add transformBundle plugin hook
|
9 years ago |
Rich Harris
|
74389cde93
|
Merge pull request #383 from rollup/gh-378
support namespaced exports (global.foo.bar.baz)
|
9 years ago |
Rich-Harris
|
798b878f5f
|
update magic-string (mismatch between stated version and local installation causing travis test failures)
|
9 years ago |
Rich-Harris
|
dc7abcc720
|
support namespaced exports (global.foo.bar.baz) – fixes #378
|
9 years ago |
Rich Harris
|
63b518c043
|
Merge pull request #382 from rollup/handle-stringified-sourcemaps
Handle stringified sourcemaps
|
9 years ago |
Oskar Segersvärd
|
9ce73156a2
|
Add description and comments
|
9 years ago |
Oskar Segersvärd
|
f05bc8293f
|
Make failing test pass
|
9 years ago |
Oskar Segersvärd
|
ed6a339c16
|
Add failing test
|
9 years ago |
Rich Harris
|
47612d97f2
|
Merge pull request #380 from rollup/gh-379
Fixes #379
|
9 years ago |
Oskar Segersvärd
|
5ba121544c
|
Update test
|
9 years ago |
Oskar Segersvärd
|
4cfce92330
|
Fixes #379
* Add missing `moduleId` key.
* Remove deprecated `transform`, `load`, `resolveId` and `resolveExternal`
|
9 years ago |
Rich-Harris
|
d1b57f44c1
|
-> 0.22.0
|
9 years ago |
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 |