Pavel, This is issue happens with the development image Pharo 11. Your project should work just fine on the stable Pharo 10 image ;-)
Noury On Apr 1 2021, at 5:26 pm, Pavel Krivanek <pavel.kriva...@gmail.com> wrote: > I have tested it, but it translated to JavaScript all code in the Pharo image > except the project I wanted. What am I doing wrong? The huge GDPR overlay on > every image startup is annoying :-( > > > -- Pavel > čt 1. 4. 2021 v 13:38 odesílatel Noury Bouraqadi <bouraq...@gmail.com > (mailto:bouraq...@gmail.com)> napsal: > > Hi everyone, > > > > We continue to make progress during our weekly coding sessions. We are glad > > to announce that this week we made a huge leap forward. Now PharoJS is > > available for Pharo 10. To install it, run the following script in a Pharo > > 10 playground > > Metacello new > > baseline: 'PharoJS'; > > repository: 'github://PharoJS/PharoJS:pharo10'; > > load > >