Skip to content

Commit

Permalink
Split file
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 20, 2022
1 parent 072f555 commit 660e833
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/normalize/lib/wild_wild_parser/normalize.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { parsePath, parseQuery } from './parse.js'
import { normalizeQueryArrays } from './validate/arrays.js'
import { isQueryString } from './validate/main.js'
import { isQueryString } from './validate/string.js'
import { normalizeArrayPath } from './validate/path.js'

// There are two formats:
Expand Down
2 changes: 1 addition & 1 deletion src/config/normalize/lib/wild_wild_parser/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import {
SPECIAL_CHARS,
} from './tokens/escape.js'
import { getStringTokenType } from './tokens/main.js'
import { validateEmptyQuery, validateQueryString } from './validate/main.js'
import { normalizeArraysPath } from './validate/path.js'
import { validateEmptyQuery, validateQueryString } from './validate/string.js'
import { throwQueryError } from './validate/throw.js'

// Parse a query string into an array of tokens.
Expand Down

0 comments on commit 660e833

Please sign in to comment.