Alliance Platform Codegen
Contents:
Installation
Configuration
Codegen Registry
Settings
API
Package Docs
Core
Frontend
Codegen
Storage
Audit
UI
PDF
Server Choices
Ordered Model
Alliance Platform Codegen
Index
Edit on GitHub
Index
A
|
B
|
C
|
E
|
F
|
G
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
A
add_node() (alliance_platform.codegen.printer.TypescriptSourceFileWriter method)
add_specifier() (alliance_platform.codegen.typescript.ImportDeclaration method)
alliance_platform.codegen.post_processors.js
module
alliance_platform.codegen.typescript
module
AlliancePlatformCodegenSettingsType (class in alliance_platform.codegen.settings)
apply_modifiers() (alliance_platform.codegen.printer.TypescriptPrinter method)
ArrayLiteralExpression (class in alliance_platform.codegen.typescript)
ArrowFunction (class in alliance_platform.codegen.typescript)
AsExpression (class in alliance_platform.codegen.typescript)
AsyncKeyword (class in alliance_platform.codegen.typescript)
B
Block (class in alliance_platform.codegen.typescript)
body (alliance_platform.codegen.typescript.ArrowFunction attribute)
BooleanLiteral (class in alliance_platform.codegen.typescript)
C
CallExpression (class in alliance_platform.codegen.typescript)
codegen_target (alliance_platform.codegen.printer.TypescriptPrinter attribute)
construct_object_property_key() (in module alliance_platform.codegen.typescript)
convert_literal() (in module alliance_platform.codegen.typescript)
convert_to_node() (in module alliance_platform.codegen.typescript)
create_accessor() (in module alliance_platform.codegen.typescript)
E
ElementAccessExpression (class in alliance_platform.codegen.typescript)
EslintFixPostProcessor (class in alliance_platform.codegen.post_processors.js)
ExportKeyword (class in alliance_platform.codegen.typescript)
F
file_extensions (alliance_platform.codegen.post_processors.js.EslintFixPostProcessor attribute)
(alliance_platform.codegen.post_processors.js.LegacyEslintFixPostProcessor attribute)
(alliance_platform.codegen.post_processors.js.PrettierPostProcessor attribute)
FunctionDeclaration (class in alliance_platform.codegen.typescript)
G
get_code() (alliance_platform.codegen.printer.TypescriptSourceFileWriter method)
get_specifier() (alliance_platform.codegen.typescript.ImportDeclaration method)
I
Identifier (class in alliance_platform.codegen.typescript)
ImportDeclaration (class in alliance_platform.codegen.typescript)
ImportDefaultSpecifier (class in alliance_platform.codegen.typescript)
imported (alliance_platform.codegen.typescript.ImportSpecifier attribute)
ImportSpecifier (class in alliance_platform.codegen.typescript)
InvalidIdentifier
is_within_jsx() (alliance_platform.codegen.printer.TypescriptPrinter method)
J
JS_ROOT_DIR (alliance_platform.codegen.settings.AlliancePlatformCodegenSettingsType attribute)
JsPostProcessor (class in alliance_platform.codegen.post_processors.js)
jsx_transform (alliance_platform.codegen.printer.TypescriptPrinter attribute)
(alliance_platform.codegen.printer.TypescriptSourceFileWriter attribute)
JsxAttribute (class in alliance_platform.codegen.typescript)
JsxElement (class in alliance_platform.codegen.typescript)
JsxExpression (class in alliance_platform.codegen.typescript)
JsxSpreadAttribute (class in alliance_platform.codegen.typescript)
JsxText (class in alliance_platform.codegen.typescript)
L
leading_nodes (alliance_platform.codegen.printer.TypescriptSourceFileWriter attribute)
LegacyEslintFixPostProcessor (class in alliance_platform.codegen.post_processors.js)
local (alliance_platform.codegen.typescript.ImportSpecifier attribute)
M
Modifier (class in alliance_platform.codegen.typescript)
modifiers (alliance_platform.codegen.typescript.FunctionDeclaration attribute)
module
alliance_platform.codegen.post_processors.js
alliance_platform.codegen.typescript
MultiLineComment (class in alliance_platform.codegen.typescript)
N
name (alliance_platform.codegen.typescript.FunctionDeclaration attribute)
NewExpression (class in alliance_platform.codegen.typescript)
Node (class in alliance_platform.codegen.typescript)
node_modules_dir (alliance_platform.codegen.post_processors.js.JsPostProcessor attribute)
node_path (alliance_platform.codegen.post_processors.js.JsPostProcessor attribute)
node_stack (alliance_platform.codegen.printer.TypescriptPrinter attribute)
NodeLike (in module alliance_platform.codegen.typescript)
nodes (alliance_platform.codegen.printer.TypescriptSourceFileWriter attribute)
NullKeyword (class in alliance_platform.codegen.typescript)
NumericLiteral (class in alliance_platform.codegen.typescript)
O
ObjectLiteralExpression (class in alliance_platform.codegen.typescript)
ObjectProperty (class in alliance_platform.codegen.typescript)
P
Parameter (class in alliance_platform.codegen.typescript)
parameters (alliance_platform.codegen.typescript.ArrowFunction attribute)
(alliance_platform.codegen.typescript.FunctionDeclaration attribute)
parent_node() (alliance_platform.codegen.printer.TypescriptPrinter method)
path_base (alliance_platform.codegen.printer.TypescriptSourceFileWriter attribute)
plugins (alliance_platform.codegen.post_processors.js.EslintFixPostProcessor attribute)
(alliance_platform.codegen.post_processors.js.LegacyEslintFixPostProcessor attribute)
post_process() (alliance_platform.codegen.post_processors.js.EslintFixPostProcessor method)
(alliance_platform.codegen.post_processors.js.LegacyEslintFixPostProcessor method)
(alliance_platform.codegen.post_processors.js.PrettierPostProcessor method)
POST_PROCESSORS (alliance_platform.codegen.settings.AlliancePlatformCodegenSettingsType attribute)
PrettierPostProcessor (class in alliance_platform.codegen.post_processors.js)
print() (alliance_platform.codegen.printer.TypescriptPrinter method)
PropertyAccessExpression (class in alliance_platform.codegen.typescript)
R
RawNode (class in alliance_platform.codegen.typescript)
REGISTRY (alliance_platform.codegen.settings.AlliancePlatformCodegenSettingsType attribute)
relative_to_path (alliance_platform.codegen.printer.TypescriptPrinter attribute)
required_imports (alliance_platform.codegen.printer.TypescriptSourceFileWriter attribute)
resolve_import() (alliance_platform.codegen.printer.TypescriptSourceFileWriter method)
resolve_import_url (alliance_platform.codegen.printer.TypescriptPrinter attribute)
(alliance_platform.codegen.printer.TypescriptSourceFileWriter attribute)
ReturnStatement (class in alliance_platform.codegen.typescript)
rules (alliance_platform.codegen.post_processors.js.EslintFixPostProcessor attribute)
(alliance_platform.codegen.post_processors.js.LegacyEslintFixPostProcessor attribute)
S
SingleLineComment (class in alliance_platform.codegen.typescript)
SpreadAssignment (class in alliance_platform.codegen.typescript)
statements (alliance_platform.codegen.typescript.FunctionDeclaration attribute)
StringLiteral (class in alliance_platform.codegen.typescript)
T
TEMP_DIR (alliance_platform.codegen.settings.AlliancePlatformCodegenSettingsType attribute)
TemplateExpression (class in alliance_platform.codegen.typescript)
TypeReference (class in alliance_platform.codegen.typescript)
TypescriptPrinter (class in alliance_platform.codegen.printer)
TypescriptSourceFileWriter (class in alliance_platform.codegen.printer)
U
UnconvertibleValueException
V
validate_reserved_words() (alliance_platform.codegen.typescript.Identifier method)
VariableDeclaration (class in alliance_platform.codegen.typescript)
VariableDeclarator (class in alliance_platform.codegen.typescript)