hakk
hakk copied to clipboard
Interactive programming for Node.js. Speed up your JavaScript development!
It would be good to be able to set breakpoints, step through code, inspect and watch local variables, either from the REPL or from an IDE/Editor. See: - https://github.com/GoogleChromeLabs/ndb -...
Suggested by @joepie91:pixie.townjoepie91 🏳️🌈 https://view.matrix.org/room/!jsSjXenzDAnqfOlJYU:matrix.org/?anchor=$aenaNA7YZsAKIZAm5v90fW_MsM0Mp3ghy568VOipmm4&offset=210
Moved a nested function to the top-level so that it can be updated dynamically.
We have a bunch of visitors called in series, but it makes more sense to try to consolidate into a small number of visitors (ideally 1).
Sometimes assignment works, but reading doesn't. Try to make behavior match node? Or maybe just throw an error?
We are handling first-level destructuring exports, but it would be better to have deeper destructuring. For example: ``` export { x: [a,b] } = obj1; export [ y: { c:...