scriptsharp icon indicating copy to clipboard operation
scriptsharp copied to clipboard

Support for Google Closure Compiler

Open andrewharry opened this issue 12 years ago • 2 comments

Is it possible to define class attributes to support the google closure compiler?

andrewharry avatar Mar 07 '12 00:03 andrewharry

Not at the moment, but this is something that needs to happen with more support for plugging in external minimizers incl. the closure compiler.

nikhilk avatar Mar 08 '12 04:03 nikhilk

On the minification issue. Could Script# minimise the names of private members and functions? Also would be good to be able to define a much simpler namespaces for the outputted javascript.

UPDATE Actually Script# does minimise private and internal member and field names.

andrewharry avatar Mar 08 '12 23:03 andrewharry