Skip to content

Commit

Permalink
Fix type params (#2754)
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa authored Sep 30, 2024
1 parent b06e51c commit 825fbe0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/workerd/tools/param-names-ast.c++
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

// This file includes all Worker APIs, and is used to generate a Clang AST dump for later
// lookup of parameter names for inclusion in the TS types (since RTTI doesn't include this information)
// It must be kept up to date with the APIs exposed in src/workerd/api/rtti.c++
#include <workerd/api/actor-state.h>
#include <workerd/api/actor.h>
#include <workerd/api/analytics-engine.h>
Expand All @@ -16,13 +17,20 @@
#include <workerd/api/html-rewriter.h>
#include <workerd/api/hyperdrive.h>
#include <workerd/api/kv.h>
#include <workerd/api/memory-cache.h>
#include <workerd/api/node/node.h>
#include <workerd/api/queue.h>
#include <workerd/api/r2-admin.h>
#include <workerd/api/r2.h>
#include <workerd/api/scheduled.h>
#include <workerd/api/sockets.h>
#include <workerd/api/sql.h>
#include <workerd/api/streams.h>
#include <workerd/api/streams/standard.h>
#include <workerd/api/trace.h>
#include <workerd/api/unsafe.h>
#include <workerd/api/url-standard.h>
#include <workerd/api/urlpattern.h>
#include <workerd/api/worker-rpc.h>
#include <workerd/io/compatibility-date.h>
#include <workerd/jsg/modules.capnp.h>

0 comments on commit 825fbe0

Please sign in to comment.