Skip to content

Commit

Permalink
docs(gazelle): correct deprecated js_generation_mode docs (#7098)
Browse files Browse the repository at this point in the history
This is a note about the deprecated one (with `js_` prefix) referring to
the new one (no `js_` prefix).

### Changes are visible to end-users: no

### Test plan

- Covered by existing test cases

GitOrigin-RevId: b5a4c1fd7a51cd9b046b7b02978c2f2a709e132b
  • Loading branch information
jbedard committed Oct 23, 2024
1 parent 4e8a610 commit 42f4b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/help/topics/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ enable other projects to declare dependencies on the package.
| Equivalent to `js_files` but for the test `ts_project` rule. |
| `# gazelle:js_npm_package_target_name _name_` | `{dirname}` |
| The format used to generate the name of the `npm_package` rule. |
| `# gazelle:generation_mode update\|create` | `create` |
| `# gazelle:js_generation_mode update\|create` | `create` |
| DEPRECATED: see `generation_mode` directive. |
| `# gazelle:js_custom_files _name_ _glob_` | |
| DEPRECATED:Generate additional custom `ts_project` targets |
Expand Down

0 comments on commit 42f4b5e

Please sign in to comment.