You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
| assumeFunctionWrapper | false | Enable additional optimizations based on the assumption that the output will be wrapped with a function wrapper. This flag is used to indicate that "global" declarations will not actually be global but instead isolated to the compilation unit. This enables additional optimizations. |
92
94
| checksOnly | false | Don't generate output. Run checks, but no optimization passes. |
93
95
| compilationLevel | SIMPLE | Specifies the compilation level to use.<br /> Options: WHITESPACE_ONLY, SIMPLE, ADVANCED |
94
96
| dartPass | false ||
97
+
| defines | null | Overrides the value of variables annotated with `@define`, an object mapping names to primitive types |
95
98
| env | BROWSER | Determines the set of builtin externs to load.<br /> Options: BROWSER, CUSTOM |
96
99
| exportLocalPropertyDefinitions | false ||
97
100
| generateExports | false | Generates export code for those marked with @export. |
98
101
| languageIn | ES6 | Sets what language spec that input sources conform to. |
99
102
| languageOut | ES5 | Sets what language spec the output should conform to. |
100
103
| newTypeInf | false | Checks for type errors using the new type inference algorithm. |
104
+
| outputWrapper | null | Interpolate output into this string, replacing the token `%output%`|
101
105
| polymerPass | false | Rewrite Polymer classes to be compiler-friendly. |
102
106
| preserveTypeAnnotations | false ||
103
107
| processCommonJsModules | false | Process CommonJS modules to a concatenable form, i.e., support `require` statements. |
0 commit comments