UNPKG
als-require
Version:
latest (3.2.2)
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.2.0
2.1.1
2.1.0
2.0.0
1.7.0
1.6.0
1.5.4
1.5.2
1.5.1
1.5.0
1.4.0
1.3.5
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.9.0
0.8.33
0.8.32
0.8.31
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
A utility for using CommonJS require in the browser and creating bundles.
als-require
/
tests
/
modules
/
moduleWithError.js
3 lines
(2 loc)
•
130 B
JavaScript
View Raw
1
2
3
// moduleWithError.js
throw
new
Error
(
`Failed due to critical error in customErrorContext:
${customErrorContext.errorDetail}
`
);