bundler variable disambiguation
This commit is contained in:
parent
2ca8fa6e66
commit
e5391a1957
10 changed files with 75 additions and 542 deletions
|
|
@ -1,6 +1,6 @@
|
|||
"use strict"
|
||||
|
||||
module.exports = function parseQueryString(string) {
|
||||
module.exports = function(string) {
|
||||
if (string === "" || string == null) return {}
|
||||
if (string.charAt(0) === "?") string = string.slice(1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue