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

fix: drop need for iconv-lite and iterable-to-stream #1677

Merged
merged 4 commits into from Sep 11, 2021
Merged

fix: drop need for iconv-lite and iterable-to-stream #1677

merged 4 commits into from Sep 11, 2021

Conversation

Jason3S
Copy link
Collaborator

@Jason3S Jason3S commented Sep 11, 2021

  • iterable-to-stream - was replaced with the now built-in method.
  • iconv-lite - was never really needed since all files are expected to be in utf-8.
  • Bump the minimum version of not to the original LTS version 12.13.0
  • cspell-io - remove unused async line reader and other unused async functions.
    NOTE: This might be a breaking change for any external party that depends upon cspell-io.

- iterable-to-stream - was replaced with the now built-in method.
- iconv-lite - was never really needed since all files are expected to be in `utf-8`.
- Bump the minimum version of not to the original LTS version 12.13.0
@github-actions github-actions bot added the fix label Sep 11, 2021
@Jason3S Jason3S merged commit c7ffcc7 into main Sep 11, 2021
@Jason3S Jason3S deleted the dev branch September 11, 2021 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant