You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
mcdmaster@localhost:~/covid19> find . -name "*.js" -print | xargs grep DataView | wc -l -
grep: ./node_modules/@types/chart.js: Is a directory
grep: ./node_modules/asn1.js: Is a directory
grep: ./node_modules/big.js: Is a directory
grep: ./node_modules/bn.js: Is a directory
grep: ./node_modules/browserify-sign/node_modules/bn.js: Is a directory
grep: ./node_modules/chart.js: Is a directory
grep: ./node_modules/des.js: Is a directory
grep: ./node_modules/hash.js: Is a directory
grep: ./node_modules/html-webpack-plugin/node_modules/big.js: Is a directory
grep: ./node_modules/ipaddr.js: Is a directory
grep: ./node_modules/md5.js: Is a directory
grep: ./node_modules/sha.js: Is a directory
351 -
というシェルコマンドの実行結果が得られますね。 hogehoge is a directory のような無効 grep 結果があるとしても、DataView がサードパーティモジュールなどの JS でかなり多く使われていることが想定されます。
だとしたら、ご指摘のように混乱を避ける目的で DataView.vue のファイル名を変更した方が良さそうです。
起こっている問題 / The Problem
としているが、DataViewはJavaScriptの組み込みオブジェクトでもあるためオーバーライドの状態になっています。
スクリーンショット / Screenshot
期待する見せ方・挙動 / Expected Behavior
起こっている問題の再現手段 / Steps to Reproduce
SonarQubeで静的コード解析を行った結果です。
動作環境・ブラウザ / Environment
動作環境・ブラウザに依存しません。
The text was updated successfully, but these errors were encountered: