mirror of https://github.com/webpack/webpack.git
				
				
				
			Merge branch 'patch-1' of https://github.com/Globegitter/webpack
This commit is contained in:
		
						commit
						4a9bb29b49
					
				|  | @ -27,10 +27,12 @@ it("should import a whole module", function() { | |||
| 	abc.a.should.be.eql("a"); | ||||
| 	abc.b.should.be.eql("b"); | ||||
| 	abc.c.should.be.eql("c"); | ||||
| 	abc.d.c.should.be.eql("c"); | ||||
| 	var copy = (function(a) { return a; }(abc)); | ||||
| 	copy.a.should.be.eql("a"); | ||||
| 	copy.b.should.be.eql("b"); | ||||
| 	copy.c.should.be.eql("c"); | ||||
| 	copy.d.c.should.be.eql("c"); | ||||
| 	(typeof abc).should.be.eql("object"); | ||||
| }); | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,3 +1,6 @@ | |||
| export var a = "a"; | ||||
| export var b = "b"; | ||||
| export {c} from "./abc_c"; | ||||
| 
 | ||||
| import * as temp from "./abc_c"; | ||||
| export {temp as d}; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue