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

Update namespace TypeScript declarations #1340

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

stdlib-bot
Copy link
Contributor

This PR

  • updates namespace TypeScript declarations

Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
@stdlib-bot stdlib-bot added automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation. labels Feb 21, 2024
@stdlib-bot stdlib-bot requested a review from a team February 21, 2024 23:27
@kgryte
Copy link
Member

kgryte commented Feb 21, 2024

This will be a breaking change due to renamed namespace exports.

@@ -21,19 +21,105 @@
/* eslint-disable max-lines */

import binary = require( '@stdlib/random/array/tools/binary' );
import binaryFactory = require( '@stdlib/random/array/tools/binary-factory' );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Planeshifter This is an instance where our tooling assumes that a package has TypeScript declarations, but we don't have them (yet) for these packages. It would be good to improve here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe that this should be blocking for merging this PR.

@kgryte kgryte merged commit 0adcae5 into develop Feb 21, 2024
6 of 7 checks passed
@kgryte kgryte deleted the update-namespace-declarations branch February 21, 2024 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated-pr Automated pull request (e.g., from a bot). Documentation Improvements, additions, or changes to documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants