Skip to content

Commit 31839cf

Browse files
authored
Added generateESM flag to odata generator (#2306)
1 parent 8cda7ee commit 31839cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs-js/features/odata/generate-odata-client.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Run `generate-odata-client --help` for additional options.
114114
| `--verbose` | `false` |  By default, only errors, warnings and important info logs will be displayed. If set to true, all logs will be displayed. |
115115
| `--skipValidation` | `false` |  Generation will stop if objects need renaming due to non-unique conditions or conflicts with certain SDK reserved keywords (e.g. `Entity`, `Service`, etc.). If you enable this option, conflicts are resolved by appending postfixes like '\_1'" |
116116
| `-c`, `--config` | - | Set the path to the file containing the options for generation. If other flags are used, they overwrite the options set in the configuration file. If a directory is passed, a `config.json` file is read from this directory. |
117+
| `--generateESM` | `false` | Generate ESM compatible code. |
117118

118119
## Generate a Client Programmatically
119120

0 commit comments

Comments
 (0)