RelativePattern$Typings extension
Properties
-
base
↔ String
-
A base file path to which this pattern will be matched against relatively.
getter/setter pair
-
baseUri
↔ Uri
-
A base file path to which this pattern will be matched against relatively. The
file path must be absolute, should not have any trailing path separators and
not include any relative segments (
.
or ..
).
getter/setter pair
-
pattern
↔ String
-
A file glob pattern like
*.{ts,js}
that will be matched on file paths
relative to the base path.
getter/setter pair