Skip to content

Commit

Permalink
chore: remove regex from docgen filter (#6375)
Browse files Browse the repository at this point in the history
This change doesn't actually do anything, I just wanted to bust the SDK docgen cache

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
MarkMcCulloh authored Apr 29, 2024
1 parent e630e1c commit bb52687
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/jsii-docgen/src/docgen/view/wing-filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const VISIBLE_SUBMODULES = [
"redis",
"http",
"math",
"regex",
];
export const HIDDEN_METHODS = ["toString", "toJSON", "onLift"];
export const HIDDEN_PROPS = ["node", "display"];
Expand Down

0 comments on commit bb52687

Please sign in to comment.