[Pas2js] Preparing a next release, your opinion for the future
Michael Van Canneyt
michael at freepascal.org
Sat May 30 20:38:11 CEST 2020
Hello,
We're getting closer to releasing version 2.0 of the pas2js compiler.
The major highlights of that release will be:
- Attributes
- Generics
- Async/Await support
- Better exception interception
- Class constructors
We'd again like to know what you would like to see next in pas2js:
Please fill in your preference here:
https://forms.gle/VfLbgxd8fQrU2hia8
Most items will be clear, but maybe asm [annotations] and library support
need some small explanation:
- Asm annotations are hints to the compiler, you can tell the compiler what
variables your asm code uses, so the compiler won't optimize them away.
- Library support is for NodeJS, VS Code, Atom and Electron plugin development, as well as
developing W3 WebComponents
Michael.
More information about the Pas2js
mailing list