Rich Harris
|
10e9b1e6c0
|
Merge pull request #110 from Victorystick/list-globals
Made the list of predefined globals easily extensible
|
9 years ago |
Rich-Harris
|
187babc93a
|
Merge branch 'Victorystick-export-all-from-bundle'
|
9 years ago |
Rich-Harris
|
965fa5d008
|
test default exports are re-exported from internal module with export *
|
9 years ago |
Rich-Harris
|
c848564fa3
|
Merge branch 'export-all-from-bundle' of https://github.com/Victorystick/rollup into Victorystick-export-all-from-bundle
|
9 years ago |
Rich-Harris
|
4e5f719fbf
|
more windows bs
|
9 years ago |
Rich-Harris
|
ab3160a71f
|
normalise test output for benefit of windows
|
9 years ago |
Rich-Harris
|
bb1f3343a8
|
remove node modules from appveyor cache
|
9 years ago |
Rich-Harris
|
61c18062ed
|
-> 0.16.1
|
9 years ago |
Rich-Harris
|
db27db36e2
|
add mark method to base Identifier class (makes project buildable)
|
9 years ago |
Rich-Harris
|
e13a065bb9
|
handle assignment patterns
|
9 years ago |
Rich-Harris
|
b19bc479f0
|
update gobble-rollup version for (hopefully) windows support
|
9 years ago |
Rich-Harris
|
ced71a8b7d
|
-> 0.16.0
|
9 years ago |
Rich-Harris
|
4e41a1f586
|
Merge branch 'vanruesc-master'
|
9 years ago |
Rich-Harris
|
8b08c678c2
|
Merge branch 'master' of https://github.com/vanruesc/rollup into vanruesc-master
|
9 years ago |
Rich Harris
|
bd30d8ef06
|
Merge pull request #122 from lukeapage/master
Fix windows
|
9 years ago |
Luke Page
|
30ecd4373a
|
Fix tests in windows
|
9 years ago |
Raoul v. R
|
e7b3cddf55
|
Modified absolutePath RegExp.
Windows didn't like this regular expression. Added normal slashes to the
mixture.
|
9 years ago |
Brian Donovan
|
fff640530b
|
Merge pull request #118 from lukeapage/patch-1
Correct package.json URLs
|
9 years ago |
Luke Page
|
842b97977c
|
Correct package.json URLs
|
9 years ago |
Raoul v. R
|
989455f7ef
|
Modified absolutePath RegExp.
Windows didn't like this regular expression. Added normal slashes to the
mixture.
|
9 years ago |
Raoul v. R
|
9749b34504
|
Added Appveyor config.
|
9 years ago |
Oskar Segersvärd
|
886e6f7edc
|
Added tests
|
9 years ago |
Oskar Segersvärd
|
9531335f1c
|
When configuring a form test to be solo, execute all tests in that group.
|
9 years ago |
Oskar Segersvärd
|
98cf636e2e
|
Implemented `export * from "internal";`
|
9 years ago |
Oskar Segersvärd
|
d9d5cf4ec2
|
Made the list of predefined globals easily extensible
|
9 years ago |
Rich Harris
|
16a38a2564
|
Merge pull request #99 from Victorystick/scope2
RFC: Use Scopes for Bundles and Modules
|
9 years ago |
Oskar Segersvärd
|
550171a606
|
Removed FIXME.
|
9 years ago |
Oskar Segersvärd
|
9706e3786f
|
Removed JSONModule. Shouldn't be there.
|
9 years ago |
Oskar Segersvärd
|
da828f31f8
|
Added missing test for dynamic namespace lookups
|
9 years ago |
Oskar Segersvärd
|
42723e8a8b
|
Made sure unused, intermediate namepaces are excluded when bundling. Fixes form/namespace-optimization
|
9 years ago |
Oskar Segersvärd
|
5b0203a8e7
|
Moved namespace-optimizations fo test/form
|
9 years ago |
Oskar Segersvärd
|
31aa57497e
|
Tried to fix sourcemap/names
|
9 years ago |
Oskar Segersvärd
|
779279f4e9
|
Tabs!
|
9 years ago |
Oskar Segersvärd
|
7627b6c810
|
Fixed modifier statements. All tests (but sourcemap/names) pass.
|
9 years ago |
Oskar Segersvärd
|
ab8fc095aa
|
Changed shorthand properties test
|
9 years ago |
Oskar Segersvärd
|
6f44df5bbe
|
Swapped names
|
9 years ago |
Oskar Segersvärd
|
be15ec33a6
|
Simplified Statement.mark by moving reexport special case to analyze
|
9 years ago |
Oskar Segersvärd
|
9cabcc77a5
|
Defined Id classes, to reduce code duplication
|
9 years ago |
Oskar Segersvärd
|
9051520dee
|
Don't use `for-of`
|
9 years ago |
Oskar Segersvärd
|
21c23e1762
|
Fixed rebase mistakes
|
9 years ago |
Oskar Segersvärd
|
4182c6d5e4
|
Throw if attempting to put a namespace's name in update expressions.
|
9 years ago |
Oskar Segersvärd
|
2aa575d0f5
|
Throw if attempting to reassign namespace's name.
|
9 years ago |
Oskar Segersvärd
|
8b32e24644
|
Fix Module.name if id isn't a path
|
9 years ago |
Oskar Segersvärd
|
8d4b11fb47
|
Fixed a ReferenceError in isEmptyExportedVarDeclaration
|
9 years ago |
Oskar Segersvärd
|
613cc9dd88
|
Fix rollup.rollup being called for skipped tests.
`rollup.rollup` was called for skipped form and sourcemap tests.
Moved the invocations to where the result is used.
|
9 years ago |
Oskar Segersvärd
|
c394a8b9de
|
Fix CJS finalizer bug, where too many newline was inserted.
|
9 years ago |
Oskar Segersvärd
|
f084957ab6
|
Access reexports of externals safely when needed.
|
9 years ago |
Oskar Segersvärd
|
616a5ce306
|
Added `mark()` method to identifiers.
* Removed Module's `mark( name )` and `markExport( name, module )`
* Added `mark()` to Modules
|
9 years ago |
Oskar Segersvärd
|
59fff295e4
|
Statically resolve internal namespace access
|
9 years ago |
Oskar Segersvärd
|
5e5bb7b9e0
|
Updated ES6 finalizer
|
9 years ago |