Name Description Size
CalExtractParser.sys.mjs CalExtractOptions holds configuration options used by CalExtractParser. @typedef {object} CalExtractOptions @property {RegExp} sentenceBoundary - A pattern used to split text at the sentence boundary. This should capture the boundary only and not any other part of the sentence. Use lookaheads if needed. 17550
CalExtractParserService.sys.mjs CalExtractParserServiceContext represents the context parsing and extraction takes place in. It holds values used in various calculations. For example, the current date. @typedef {object} CalExtractParserServiceContext @property {Date} now - The Date to use when calculating start and relative times. 8069
moz.build 340