@plurnk/plurnk-grammar 0.17.0 → 0.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plurnk.md +1 -1
package/package.json
CHANGED
package/plurnk.md
CHANGED
|
@@ -53,7 +53,7 @@ Escape `/` inside a regex pattern as `\/`. XPath body begins with `//`.
|
|
|
53
53
|
|
|
54
54
|
URI-shaped: `[scheme://]rest`.
|
|
55
55
|
|
|
56
|
-
* Bare paths (no scheme) default to local relative project file paths (
|
|
56
|
+
* Bare paths (no scheme) default to local relative project file paths (leading `/` for absolute path).
|
|
57
57
|
* Glob metacharacters (`*`, `**`, `?`, `[...]`) are allowed in path segments.
|
|
58
58
|
* Path suffix (`.json`, `.md`, `.txt`, etc.) declares mimetype; absent suffix defers to scheme default.
|
|
59
59
|
|