mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
NAPI modules are all in one file. We use nested modules to define types within TypeScript namespaces, and NAPI requires nested modules to be inline due to rust proc-macro limitations. However, we can still split these into multiple files and repeat the nested module name for the namespace. This will improve the ability to set code ownership and navigate the data. This PR splits the NAPI module files without further modification and assigns code ownership to @bitwarden/team-autofill-desktop-dev for the autofill, autotype and sshagent modules. I verified locally that the generated index.d.ts file does not change at all with this PR; all types are generated exactly the same. |
||
|---|---|---|
| .. | ||
| DISCUSSION_TEMPLATE | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| codecov.yml | ||
| CODEOWNERS | ||
| PULL_REQUEST_TEMPLATE.md | ||
| renovate.json5 | ||
| whitelist-capital-letters.txt | ||