Passed
Push — develop ( 667b4c...58391b )
by Andrew
04:57
created

src/web/assets/src/react-refresh-shim.js   A

Complexity

Total Complexity 3
Complexity/F 1

Size

Lines of Code 5
Function Count 3

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 3
eloc 5
mnd 0
bc 0
fnc 3
dl 0
loc 5
rs 10
bpm 0
cpm 1
noi 0
c 0
b 0
f 0
1
import RefreshRuntime from 'http://localhost:3000/@react-refresh'
2
RefreshRuntime.injectIntoGlobalHook(window)
3
window.$RefreshReg$ = () => {}
4
window.$RefreshSig$ = () => (type) => type
5
window.__vite_plugin_react_preamble_installed__ = true
6