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
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
pointing to this line: modules.map(require).forEach(function(module) {
exports.VERSION='h2';exports.Endpoint=require('./endpoint').Endpoint;/* Bunyan serializers exported by submodules that are worth adding when creating a logger. */exports.serializers={};varmodules=['./framer','./compressor','./flow','./connection','./stream','./endpoint'];modules.map(require).forEach(function(module){for(varnameinmodule.serializers){exports.serializers[name]=module.serializers[name];}});
The text was updated successfully, but these errors were encountered:
pointing to this line:
modules.map(require).forEach(function(module) {
The text was updated successfully, but these errors were encountered: