(identifier)
| 14 | } catch (e) {} |
| 15 | |
| 16 | function cleanIdentifier(identifier) { |
| 17 | return identifier.replace(/[^0-9A-Za-z_-]/g, ''); |
| 18 | } |
| 19 | |
| 20 | function getChunkFilename(chunkNumber, identifier) { |
| 21 | // Clean up the identifier |
no outgoing calls
no test coverage detected
searching dependent graphs…