Skip to content

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.

/* 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
@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.

3 participants