tslab vs itypescript re: redefining variables and function #81
MikeMcDonald83
started this conversation in
General
Replies: 1 comment
-
That's strange. This kernel is designed to overwrite the new functions too (See the screenshot below). If the kernel fails to overwrite identifiers defined in previous cells, that is a bug. I'm not sure how "TS linter" is related in this context. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In this SO answer, you wrote,
But in your kernel, when I have two functions that are named the same in different cells, I get the "duplicate function implementation" error. The same is true for scoped variables. Am I misunderstanding what you meant by that answer? Is the TS linter just confused about what's possible? Should I be able to redefine functions and scoped variables in your kernel? If not, how is that different than itypescript? Can you please explain what distinction you were making in that answer? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions