From 7a19f8cf9e2a7dbb3f646b07af2d0953a00757b6 Mon Sep 17 00:00:00 2001 From: PZ Date: Sun, 4 Oct 2015 20:52:44 +0200 Subject: [PATCH 1/8] develop --- web5/gitHubTest.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web5/gitHubTest.txt b/web5/gitHubTest.txt index ecbbdb7..a197baa 100644 --- a/web5/gitHubTest.txt +++ b/web5/gitHubTest.txt @@ -1 +1,3 @@ -release 1 \ No newline at end of file +develop 1 + +release 1 \ No newline at end of file From 3c0cf00c1bab7578b58daeda01dbf38250633384 Mon Sep 17 00:00:00 2001 From: PZ Date: Sun, 4 Oct 2015 21:00:22 +0200 Subject: [PATCH 2/8] develop 2 --- web5/gitHubTest.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web5/gitHubTest.txt b/web5/gitHubTest.txt index f0202af..14aac9f 100644 --- a/web5/gitHubTest.txt +++ b/web5/gitHubTest.txt @@ -1,3 +1,5 @@ +develop 2 + develop 1 release 1 From 6f7e61508c64e37bf569c7260fc9e33bd02ae852 Mon Sep 17 00:00:00 2001 From: PZ Date: Sun, 4 Oct 2015 21:03:15 +0200 Subject: [PATCH 3/8] d2 --- web5/gitHubTest.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web5/gitHubTest.txt b/web5/gitHubTest.txt index 4e8f992..51cda16 100644 --- a/web5/gitHubTest.txt +++ b/web5/gitHubTest.txt @@ -1,3 +1,5 @@ +develop 3 + develop 2 develop 1 From 8ca42743c030fcfb4735ac1aa642cc5c14728ab9 Mon Sep 17 00:00:00 2001 From: PZ Date: Sun, 4 Oct 2015 21:03:33 +0200 Subject: [PATCH 4/8] o3 --- web5/gitHubTest.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web5/gitHubTest.txt b/web5/gitHubTest.txt index ea0e996..6ea5f9f 100644 --- a/web5/gitHubTest.txt +++ b/web5/gitHubTest.txt @@ -2,4 +2,6 @@ oprava 1 -oprava 2 \ No newline at end of file +oprava 2 + +oprava 3 \ No newline at end of file From 53fe475b3ec7d8444d2b3e6fd4119a6be21de016 Mon Sep 17 00:00:00 2001 From: PZ Date: Sun, 4 Oct 2015 21:07:02 +0200 Subject: [PATCH 5/8] d4 --- web5/gitHubTest.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web5/gitHubTest.txt b/web5/gitHubTest.txt index 3deda5f..4e32f8e 100644 --- a/web5/gitHubTest.txt +++ b/web5/gitHubTest.txt @@ -1,3 +1,5 @@ +develop 4 + develop 3 develop 2 From 33dfe3014af7e984f71e19a3bc545a230b7286cb Mon Sep 17 00:00:00 2001 From: PZ Date: Sun, 4 Oct 2015 21:07:27 +0200 Subject: [PATCH 6/8] o4 --- web5/gitHubTest.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web5/gitHubTest.txt b/web5/gitHubTest.txt index 6ea5f9f..874ca09 100644 --- a/web5/gitHubTest.txt +++ b/web5/gitHubTest.txt @@ -4,4 +4,6 @@ oprava 1 oprava 2 -oprava 3 \ No newline at end of file +oprava 3 + +oprava 4 \ No newline at end of file From f31d2a168b01ff067a4e0890cfc81dfc7fda7d25 Mon Sep 17 00:00:00 2001 From: PZ Date: Mon, 5 Oct 2015 14:28:11 +0200 Subject: [PATCH 7/8] ss --- web5/gitHubTest.txt | 4 +++- web5/reactjs.csproj | 1 + web5/xxx.js | 58 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 web5/xxx.js diff --git a/web5/gitHubTest.txt b/web5/gitHubTest.txt index a9cf894..da5bd9d 100644 --- a/web5/gitHubTest.txt +++ b/web5/gitHubTest.txt @@ -1,4 +1,6 @@ -develop 4 +develop tag Chinh + +develop 4 develop 3 diff --git a/web5/reactjs.csproj b/web5/reactjs.csproj index e8d2895..6abf248 100644 --- a/web5/reactjs.csproj +++ b/web5/reactjs.csproj @@ -110,6 +110,7 @@ + diff --git a/web5/xxx.js b/web5/xxx.js new file mode 100644 index 0000000..017558e --- /dev/null +++ b/web5/xxx.js @@ -0,0 +1,58 @@ +var mod1; +(function (mod1) { + var class1 = (function () { + function class1() { + } + return class1; + })(); + mod1.class1 = class1; +})(mod1 || (mod1 = {})); +var __extends = (this && this.__extends) || function (d, b) { + for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); +}; +var MyComponent = (function (_super) { + __extends(MyComponent, _super); + function MyComponent() { + _super.apply(this, arguments); + } + MyComponent.prototype.render = function () { + var name = 'ahoj'; + var obj = (_a = {}, _a[name] = 'xxx', _a); + var arr = [1, 2, 3]; + for (var _i = 0, _b = [1, 2, 3]; _i < _b.length; _i++) { + var i = _b[_i]; + } + var _c = [1, 2, 3, 4, 5, 6], x = _c[0], y = _c[1], _d = _c[2], z = _d === void 0 ? 5 : _d; + var x = 1; + var y = 2; + _e = [y, x], x = _e[0], y = _e[1]; + return React.createElement("span", {"class": "btn"}, this.props.class); + var _a, _e; + }; + return MyComponent; +})(React.Component); +var prop = { xx: 5 }; +var root = React.createElement(MyComponent, {"class": "btn", "num": 1, "bol": true, "obj": prop}, React.createElement("div", null, "xxx"), " dddd ", React.createElement("span", null, "ssss")); +React.render(root, document.getElementsByTagName('body')[0]); +function isCat(a) { + return a.name === 'cat'; +} +function isDog(a) { + return a.dogname === 'dog'; +} +function call(x) { + if (typeof x === 'string') { + x = ''; + } + else if (typeof x === 'number') { + x = 5; + } + else if (isCat(x)) { + x.name = ''; + } + else if (isDog(x)) { + x.dogname = ''; + } +} From 4de65d2b4a74f5f071a30527c5875595bac38e59 Mon Sep 17 00:00:00 2001 From: PZ Date: Mon, 5 Oct 2015 14:36:21 +0200 Subject: [PATCH 8/8] x --- o4u0ytng.g03.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 o4u0ytng.g03.txt diff --git a/o4u0ytng.g03.txt b/o4u0ytng.g03.txt new file mode 100644 index 0000000..a69612b --- /dev/null +++ b/o4u0ytng.g03.txt @@ -0,0 +1,13 @@ + +# Please enter the commit message for your changes. Lines starting +# with '#' will be ignored, and an empty message aborts the commit. +# On branch develop +# Your branch is up-to-date with 'origin/develop'. +# +# Changes to be committed: +# deleted: web5/xxx.js +# +# Untracked files: +# web5/xxx.js +# +