Skip to content

Commit

Permalink
feat: Merge all stubs into one single file
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Nov 8, 2024
1 parent 02d88d9 commit 92852e5
Show file tree
Hide file tree
Showing 5 changed files with 3,652 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -512,10 +512,11 @@ generate:
@composer -dtooling/generation generate
@composer -dtooling/generation verify

# Generates the stubs file for the public API
# Generates the stubs file for the public API and merges it with the existing stubs.
generate_stubs:
@composer -dtooling/stubs update
@composer -dtooling/stubs generate
@composer -dtooling/stubs merge

# Find all generated core dumps, sorted by date descending
cores:
Expand Down
Loading

0 comments on commit 92852e5

Please sign in to comment.