Home
last modified time | relevance | path

Searched refs:AllowExtname (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/harness/
DvpathUtil.ts46 AllowExtname = 1 << 8, enumerator
55 …Absolute = RequireRoot | AllowRoot | AllowDirname | AllowBasename | AllowExtname | AllowTrailingSe…
58 …RelativeOrAbsolute = AllowRoot | AllowDirname | AllowBasename | AllowExtname | AllowTrailingSepara…
61 Basename = RequireBasename | AllowExtname,
84 if (flags & ValidationFlags.RequireExtname) flags |= ValidationFlags.AllowExtname;
91 if (~flags & ValidationFlags.AllowExtname && hasExtname) return false;