Sha256: 4b8309f23bdc5b3dff3785bccf5d6b9c2e25bf6a588da26e7d2a0dd6a6e8cb52

Contents?: true

Size: 188 Bytes

Versions: 3

Compression:

Stored size: 188 Bytes

Contents

var test = (function () { 'use strict';

	foo = {
		bar: "Bar"
	};

	class Person {
	    constructor(args = "default") {
	        this.eat = "happy Meal";
	    }
	}

	return Person;

})();

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
es6_tilt-0.1.2 test/dummy/test.js
es6_tilt-0.1.1 test/dummy/test.js
es6_tilt-0.1.0 test/dummy/test.js