(cddlArg)
| 232 | } |
| 233 | |
| 234 | function vendorFileStem(cddlArg) { |
| 235 | return basename(resolveInputPath(cddlArg)).replace(/\.cddl$/, '') |
| 236 | } |
| 237 | |
| 238 | // The vendor namespace is intrinsic to the field: a `moz:permanent` wire key belongs to `moz`. |
| 239 | // Fields without a namespaced key fall back to the overlay file's stem. |
no test coverage detected