Compare commits

..

1 Commits

Author SHA1 Message Date
99d65bf494 build(deps-dev): bump eslint from 9.26.0 to 9.28.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.26.0 to 9.28.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.26.0...v9.28.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 11:44:31 +00:00
2 changed files with 71 additions and 1179 deletions

1248
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,6 +19,8 @@ export const findRunElementIndexWithToken = (paragraphElement: Element, token: s
}
}
}
throw new Error("Token not found");
};
export const splitRunElement = (runElement: Element, token: string): { readonly left: Element; readonly right: Element } => {