Packages
ash_typescript
0.17.2
0.17.3
0.17.2
0.17.1
0.17.0
0.16.0
0.15.3
0.15.2
retired
0.15.1
retired
0.15.0
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
retired
0.13.2
0.13.1
0.13.0
0.12.1
0.12.0
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.2
0.10.1
0.10.0
0.9.1
0.9.0
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.3
0.3.2
0.3.1
0.2.0
0.1.2
0.1.0
Generate type-safe TypeScript clients directly from your Ash resources and actions, ensuring end-to-end type safety between your backend and frontend.
Current section
Files
Jump to
Current section
Files
ash_typescript
.formatter.exs
.formatter.exs
# SPDX-FileCopyrightText: 2025 ash_typescript contributors <https://github.com/ash-project/ash_typescript/graphs/contributors>
#
# SPDX-License-Identifier: MIT
# Used by "mix format"
spark_locals_without_parens = [
allow_nil?: 1,
allowed_loads: 1,
argument: 2,
argument: 3,
argument_names: 1,
constraints: 1,
default: 1,
delete: 1,
delete: 2,
denied_loads: 1,
deprecated: 1,
description: 1,
enable_filter?: 1,
enable_sort?: 1,
error_handler: 1,
field_names: 1,
fields: 1,
get: 1,
get: 2,
get?: 1,
get_by: 1,
identities: 1,
metadata_field_names: 1,
method: 1,
module_name: 1,
namespace: 1,
not_found_error?: 1,
patch: 1,
patch: 2,
post: 1,
post: 2,
publish: 1,
publish: 2,
put: 1,
put: 2,
read_action: 1,
resource: 1,
resource: 2,
route: 1,
route: 2,
route: 3,
rpc_action: 2,
rpc_action: 3,
run: 1,
see: 1,
show_metadata: 1,
show_raised_errors?: 1,
topic: 1,
ts_fields_const_name: 1,
ts_result_type_name: 1,
type_name: 1,
typed_query: 2,
typed_query: 3,
zod_schema_name: 1
]
[
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"],
import_deps: [:ash],
plugins: [Spark.Formatter],
locals_without_parens: spark_locals_without_parens,
export: [
locals_without_parens: spark_locals_without_parens
]
]