UNPKG
@farmfe/runtime-plugin-hmr
Version:
beta (4.0.0-beta.2)
latest (3.5.10)
nightly (4.0.0-nightly-20250827162746)
4.0.0-nightly-20250827162746
4.0.0-nightly-20250411100807
4.0.0-nightly-20250410022118
4.0.0-nightly-20241029095811
4.0.0-nightly-20241023020505
4.0.0-beta.2
4.0.0-beta.1
4.0.0-beta.0
3.5.10
3.5.9
3.5.8
3.5.7
3.5.6
3.5.5
3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
3.4.2
3.4.1
3.4.0
3.3.1
3.3.0
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.0.0
Runtime hmr plugin of Farm
github.com/farm-fe/farm
farm-fe/farm
@farmfe/runtime-plugin-hmr
/
dist
/
utils.js
11 lines
•
255 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export function handleErrorSync(
fun
, args, cb = noop) {
try
{
fun
(...args)
; }
catch
(err) { cb(err); } }
// eslint-disable-next-line @typescript-eslint/no-empty-function
function noop() { }
//# sourceMappingURL=utils.js.map