You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Name(path)-defining tags (which may have value without namepath): `@callback`, `@event`
3404
+
1. Name(path)-pointing tags (which may have value without namepath): `@listens`, `@fires`, `@emits`
3405
+
1. Name(path)-pointing tags (multiple names in one): `@borrows`
3404
3406
3405
3407
The following apply to the above sets:
3406
3408
3407
-
-Expect tags in set 1 or 2 to have a valid namepath if present
3408
-
-Prevent set 2 from being empty by setting `allowEmptyNamepaths` to `false` as these tags might have some indicative value without a path (but set 1 will always fail if empty)
3409
-
-For the special case of set 3, i.e., `@borrows <that namepath> as <this namepath>`, check that both namepaths are present and valid and ensure there is an `as ` between them.
3409
+
- Expect tags in set 1-4 to have a valid namepath if present
3410
+
- Prevent sets 3-4 from being empty by setting `allowEmptyNamepaths` to `false` as these tags might have some indicative value without a path (but sets 1-2 will always fail if empty)
3411
+
- For the special case of set 5, i.e., `@borrows <that namepath> as <this namepath>`, check that both namepaths are present and valid and ensure there is an `as ` between them.
0 commit comments