Skip to content

Commit

Permalink
Update jsg.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaAtulTewari authored Aug 26, 2024
1 parent 68356b3 commit 32597b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/workerd/jsg/jsg.h
Original file line number Diff line number Diff line change
Expand Up @@ -589,11 +589,6 @@ using HasGetTemplateOverload =
template <typename Registry> \
static void registerTypeScriptDynamicOverride(Registry& registry, ##__VA_ARGS__)

#define JSG_STRUCT_TS_OVERRIDE_DYNAMIC(...) \
static void jsgConfiguration(__VA_ARGS__); \
template <typename Registry> \
static void registerTypeScriptDynamicOverride(Registry& registry, ##__VA_ARGS__)

// Like JSG_TS_DEFINE but for use with JSG_STRUCT. Should be placed adjacent to the JSG_STRUCT
// declaration, inside the same `struct` definition. See the `## TypeScript`section of the JSG README.md
// for more details.
Expand Down

0 comments on commit 32597b7

Please sign in to comment.