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

marke BaseMerkleWitness as export #368

Merged
merged 1 commit into from
Aug 29, 2022
Merged

marke BaseMerkleWitness as export #368

merged 1 commit into from
Aug 29, 2022

Conversation

Trivo25
Copy link
Member

@Trivo25 Trivo25 commented Aug 29, 2022

marking the BaseMerkleWitness class as export allows us (and users) to export child classes that extend BaseMerkleWitness as well

export class MerkleWitness extends Experimental.MerkleWitness(n) {}

fixes

'extends' clause of exported class 'MerkleWitness' has or is using private name 'BaseMerkleWitness'

@Trivo25 Trivo25 merged commit fcd69f2 into main Aug 29, 2022
@Trivo25 Trivo25 deleted the fix/export-base-witness branch August 29, 2022 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants