Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only pass strings into component compiling steps
Currently, some steps in "initialize a URLPattern" access potentially nonexistent entries in the processedInit map, and expect "compile a component" to receive these as null, even though it requires a string. Instead, these entries are now always populated after calling "process a URLPatternInit" so that subsequent steps can depend on a valid string. Since the comparison with the default port requires that the two types be the same, fix that too. Fixes #209.
- Loading branch information