Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate external and internal defs #70

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Separate external and internal defs #70

merged 1 commit into from
Nov 6, 2024

Conversation

ianthomas23
Copy link
Member

The definitions of interfaces and options are combined in defs.ts for both external classes (Shell) and internal (ShellWorker, ShellImpl) ones. Here splitting them so that the external ones stay in defs.ts and the internal ones are in defs_internal.ts, so that client projects such as terminal can ignore the internal ones.

@ianthomas23 ianthomas23 added the enhancement New feature or request label Nov 6, 2024
@ianthomas23 ianthomas23 merged commit 79c3eab into main Nov 6, 2024
7 checks passed
@ianthomas23 ianthomas23 deleted the separate-defs branch November 6, 2024 09:02
ianthomas23 added a commit that referenced this pull request Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant