为什么我无法在React Native中捕获导入错误?

时间:2017-03-05 05:54:45

标签: react-native commonjs sjcl

此代码在React Native中失败,但在Node:

中失败
try {
  return require('module-does-not-exist');
}catch (e) {
  return null;
}

谁能告诉我为什么?

为什么我关心:

我正在尝试在我的React Native应用中使用Stanford JavaScript Crypto Library,并且它在导入时失败,因为它使用此模式可选地使用内置节点crypto。 (source code

似乎其他人在此之前遇到过这个障碍:https://github.com/davidbau/seedrandom/pull/44

0 个答案:

没有答案