RelativePattern$Typings extension

on

Properties

base String

Available on RelativePattern, provided by the RelativePattern$Typings extension

A base file path to which this pattern will be matched against relatively.
getter/setter pair
baseUri Uri

Available on RelativePattern, provided by the RelativePattern$Typings extension

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

Available on RelativePattern, provided by the RelativePattern$Typings extension

A file glob pattern like *.{ts,js} that will be matched on file paths relative to the base path.
getter/setter pair