Skip to content

Fix ts-expect error failing for the wrong reason#38

Open
stephan-noel wants to merge 1 commit intototal-typescript:mainfrom
stephan-noel:patch-1
Open

Fix ts-expect error failing for the wrong reason#38
stephan-noel wants to merge 1 commit intototal-typescript:mainfrom
stephan-noel:patch-1

Conversation

@stephan-noel
Copy link

canvasNode.x; is failing because "x" does not exist on CanvasNode, whereas what the example is trying to demonstrate is that it fails in typescript because the property #x is private.

PS: Thanks for making these exercises open source.

canvasNode.x; is failing because "x" does not exist on CanvasNode, whereas what the example is trying to demonstrate is that it fails in typescript because the property #x is private.
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.

1 participant