Enforce node:
schema for builtins, import extensions
This commit is contained in:
parent
cc6b8795b8
commit
c02565eaa8
2096 changed files with 14955 additions and 14023 deletions
|
@ -1,12 +1,12 @@
|
|||
// Copyright 2023 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import type { ReadonlyMessageAttributesType } from '../model-types.d';
|
||||
import { applyRangesToText, hydrateRanges } from '../types/BodyRange';
|
||||
import { findAndFormatContact } from './findAndFormatContact';
|
||||
import { getNotificationDataForMessage } from './getNotificationDataForMessage';
|
||||
import { isConversationAccepted } from './isConversationAccepted';
|
||||
import { strictAssert } from './assert';
|
||||
import type { ReadonlyMessageAttributesType } from '../model-types.d.ts';
|
||||
import { applyRangesToText, hydrateRanges } from '../types/BodyRange.js';
|
||||
import { findAndFormatContact } from './findAndFormatContact.js';
|
||||
import { getNotificationDataForMessage } from './getNotificationDataForMessage.js';
|
||||
import { isConversationAccepted } from './isConversationAccepted.js';
|
||||
import { strictAssert } from './assert.js';
|
||||
|
||||
export function getNotificationTextForMessage(
|
||||
attributes: ReadonlyMessageAttributesType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue