From 13f5306d3867d258b4507ea32ccebc4689d778d0 Mon Sep 17 00:00:00 2001 From: Anto Christopher <93177734+anto-deepsource@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:17:47 +0530 Subject: [PATCH 1/3] Update index.js --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index de6dae1a..cfdb73da 100644 --- a/index.js +++ b/index.js @@ -86,5 +86,6 @@ function isMatched(str) { function commentCheck(){ console.log("no comment") + const _aaa = CUSTOM_GLOBAL debugger } From 742fc4c408bbdfe39a7955bd5435137090e704d1 Mon Sep 17 00:00:00 2001 From: Anto Christopher <93177734+anto-deepsource@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:21:33 +0530 Subject: [PATCH 2/3] Update .deepsource.toml --- .deepsource.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.deepsource.toml b/.deepsource.toml index 7a414ab0..d116a398 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -10,4 +10,4 @@ enabled = true "vue" ] dialect = 'flow' - + globals = ["CUSTOM_GLOBAL"] From aaca1d8e909cddaa937809056831a3bfb16e97a8 Mon Sep 17 00:00:00 2001 From: Anto Christopher <93177734+anto-deepsource@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:22:57 +0530 Subject: [PATCH 3/3] Update index.js --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index cfdb73da..103eb14c 100644 --- a/index.js +++ b/index.js @@ -87,5 +87,7 @@ function isMatched(str) { function commentCheck(){ console.log("no comment") const _aaa = CUSTOM_GLOBAL + const _bbb = CUSTOM_GLOBAL1 + const _ccc = CUSTOM_GLOBAL debugger }