grooscript icon indicating copy to clipboard operation
grooscript copied to clipboard

Converts your Groovy code to Javascript

Results 6 grooscript issues
Sort by recently updated
recently updated
newest added

Hey! No activity, no one maintaining, out of date in libraries and dependencies, lack of interest. So, I'll stop paying domain soon, close twitter account and declare the project as...

I have a bunch of groovy code I'm converting using grooscript. However, I was wondering if there's a way to add async and await to the scripts in some way....

So I am intrigued by Grooscript and particularly the potential use of it with React. But its not obvious to me how one would integrate the React implementation with a...

Please add support for converting the groovy files into js using commonJs modules. For example having next code: ```groovy // Person.groovy package com.example.grooscript_sample.models class Person { String firstName String lastName...

enhancement

Let error reporting point to the line of grooscript code that caused it. Help is welcome. Nice feature, that already exists in other javascript converters.

enhancement

Sometimes extra semicolons... ``` javascript if (gs.equals(gSswitch0, "&")) { gSobject.htmCd += "&"; ; } else if (gs.equals(gSswitch0, "")) { gSobject.htmCd += ">"; ; } else if (gs.equals(gSswitch0, "\"")) { gSobject.htmCd...