flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
8
BACK_BACK/node_modules/source-map-resolve/lib/decode-uri-component.js
generated
vendored
Executable file
8
BACK_BACK/node_modules/source-map-resolve/lib/decode-uri-component.js
generated
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
var decodeUriComponent = require("decode-uri-component")
|
||||
|
||||
function customDecodeUriComponent(string) {
|
||||
// `decodeUriComponent` turns `+` into ` `, but that's not wanted.
|
||||
return decodeUriComponent(string.replace(/\+/g, "%2B"))
|
||||
}
|
||||
|
||||
module.exports = customDecodeUriComponent
|
||||
Loading…
Add table
Add a link
Reference in a new issue