Make actionscript streamable sort and gorup the imports according to the aspirin convention. This doesn't yet accomodate imports that were added for non-generated blocks, but is very close to not requiring any postprocessing for the streamable who code, i.e. touchin mah filez
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6655 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
{{header}}// GENERATED PREAMBLE START
|
||||
package {{package}} {
|
||||
|
||||
{{#imports}}
|
||||
{{#importGroups}}
|
||||
{{#this}}
|
||||
import {{this}};
|
||||
{{/imports}}
|
||||
|
||||
{{/this}}
|
||||
{{/importGroups}}
|
||||
// GENERATED PREAMBLE END
|
||||
|
||||
// GENERATED CLASSDECL START
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
{{header}}// GENERATED PREAMBLE START
|
||||
package {{package}} {
|
||||
|
||||
{{#imports}}
|
||||
{{#importGroups}}
|
||||
{{#this}}
|
||||
import {{this}};
|
||||
{{/imports}}
|
||||
{{/this}}
|
||||
|
||||
{{/importGroups}}
|
||||
// GENERATED PREAMBLE END
|
||||
|
||||
// GENERATED CLASSDECL START
|
||||
|
||||
Reference in New Issue
Block a user