FunctionPoint
FunctionPoint
Breakpoints in anonymous functions are sometimes disabled in a transpiled language using source maps
This is a bit of an esoteric use-case, but I would still very much like to solve it, since it hampers development in my language: SmallJS ( https://github.com/Small-JS/SmallJS ). This...
Okay then, **-- Preface** So JavaScript now has a very, very unforunate way of implementing asyncrounous execution, where the *callee* determines if a function should be run async, in stead...
Classes: MouseEvent, PointerEvent, UiEvent. Live testing from a browser should also be made in the Browser project.
I'll just paste what I found on lobste.rs, and agree... :) "(https://lobste.rs/~pm) [5 days ago](https://lobste.rs/c/ophn6n) Neat implementation, but please include a tutorial!!! Linking to generic smalltalk documentation out there won’t...
Example ``` myMethod [ :a1 :a2 | | v | v := 1. self onValue: v ] value. ! ``` Pharo has this too. Its is especially useful when blocks...
So I have working NW.js example app in VSCode latest on Windows 11 latest. NW.js is installed as an npm package. In the file `launch.json` there is this configuration line...
Situation: I have a working NW.js example app with menus. on Ubuntu 25.04 current and Nw.js version v0.102.1 (current). Code extract working in Windows, but not on Linux (Ubuntu latest):...
Situation: I have a working NW.js example app with menus. on Windows 11 current and Nw.js version v0.102.0 (current). Code extract causing error: ``` let exitMenuItem = new gui.MenuItem( {...