From 54972667537c6669c8b0dc10d9eec15c9b97b211 Mon Sep 17 00:00:00 2001 From: Woongsik Choi Date: Tue, 26 Nov 2024 15:16:45 +0900 Subject: [PATCH 1/5] Test 11-26 15:16 --- test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test.js b/test.js index 86b6950..be2cf6c 100644 --- a/test.js +++ b/test.js @@ -1,2 +1,3 @@ function test() { + return aaa.prop; } From f8b8799c7a1bd383b026eea61ceaffa0bdf50c6d Mon Sep 17 00:00:00 2001 From: ws807 <41432352+ws807@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:28:48 +0900 Subject: [PATCH 2/5] Test 12-11 12:28 --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index be2cf6c..6a1ebfa 100644 --- a/test.js +++ b/test.js @@ -1,3 +1,3 @@ function test() { - return aaa.prop; + return null.prop; } From c501aa38f0ddbc7cb45fe1f998405492125d0b2a Mon Sep 17 00:00:00 2001 From: ws807 <41432352+ws807@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:37:12 +0900 Subject: [PATCH 3/5] Test 12-13 --- bbb.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bbb.js b/bbb.js index 398b3e5..cb2d7ca 100644 --- a/bbb.js +++ b/bbb.js @@ -1,2 +1,4 @@ function bbb() { + let aaa; + return aaa.prop; } From 5296fac2a459af48f7fc8649895dd5f0915399ef Mon Sep 17 00:00:00 2001 From: ws807 <41432352+ws807@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:06:55 +0900 Subject: [PATCH 4/5] Update 2024-12-17 --- bbb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbb.js b/bbb.js index cb2d7ca..9e30551 100644 --- a/bbb.js +++ b/bbb.js @@ -1,4 +1,4 @@ -function bbb() { - let aaa; +function bbb(x) { + let aaa = x; return aaa.prop; } From 01440f7abc6992609b31e83fa31d1d96cecf6b2b Mon Sep 17 00:00:00 2001 From: ws807 <41432352+ws807@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:01:46 +0900 Subject: [PATCH 5/5] Update 2025-03-24 --- foo.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/foo.ts b/foo.ts index a920b3b..34aeb0b 100644 --- a/foo.ts +++ b/foo.ts @@ -1,3 +1,5 @@ +import aaa from 'aaa'; + function foo() { return null.dksee; }