pravdomil
pravdomil
see discussion in https://github.com/miniBill/elm-codec/pull/13
I have solved many issues in my fork https://github.com/pravdomil/Elm-Codec/blob/main/src/Codec.elm
breaking changes, well, now I also drop variant and field names and json filesize drop by 50%
Also we can then pipe Elm into UglifyJS. ``` elm make src/Main.elm --optimize | uglifyjs --compress 'pure_funcs=...' | uglifyjs --mangle ``` Also [we can check if stdout is pipe or...
thanks, that's ton of work to do, I no longer plan to maintain this repo, would you like to be new maintainer?
see https://github.com/pravdomil/Types-for-Adobe/issues/48
some files, such as JavaScript.d.ts, are manualy fixed to be compatible with other definitions in this repository and xml files have bugs see https://github.com/pravdomil/Types-for-Adobe/commits/master/shared/JavaScript.d.ts or https://github.com/pravdomil/Types-for-Adobe/commits/master/Illustrator/2015.3/index.d.ts see commit history for...