Edwin Zhang bffba53c3a lib client-api/src/client_api: check type of module.id as fileName
Much further downwind when searching through file names, fuzzy-search
and .includes requires that the fileName parameter is a string, not a
number. This checks to make sure that the fileName is indeed a string,
since webpack may sometimes return the module.id as a number.

https://webpack.js.org/api/module-variables/#moduleid-commonjs
2019-03-06 09:34:19 -08:00
..
2019-03-06 10:39:47 +08:00