Skip to content

Commit

Permalink
Fix rake check:type
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Jan 30, 2024
1 parent c7f0918 commit 9f634fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/ruby_wasm/packager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def root

# Retrieves the alias definitions for the Ruby sources.
def self.build_source_aliases(root)
# @type var sources: Hash[string, RubyWasm::Packager::build_source]
sources = {
"head" => {
type: "github",
Expand Down
2 changes: 1 addition & 1 deletion sig/ruby_wasm/packager.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RubyWasm::Packager

def root: () -> string

type build_source = Hash[Symbol, (String | Array[String])]
type build_source = Hash[Symbol, (string | Array[String])]
def self.build_source_aliases: (string root) -> Hash[string, build_source]

ALL_DEFAULT_EXTS: string
Expand Down

0 comments on commit 9f634fa

Please sign in to comment.