We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rake check:type
1 parent c7f0918 commit 9f634faCopy full SHA for 9f634fa
lib/ruby_wasm/packager.rb
@@ -84,6 +84,7 @@ def root
84
85
# Retrieves the alias definitions for the Ruby sources.
86
def self.build_source_aliases(root)
87
+ # @type var sources: Hash[string, RubyWasm::Packager::build_source]
88
sources = {
89
"head" => {
90
type: "github",
sig/ruby_wasm/packager.rbs
@@ -17,7 +17,7 @@ class RubyWasm::Packager
17
18
def root: () -> string
19
20
- type build_source = Hash[Symbol, (String | Array[String])]
+ type build_source = Hash[Symbol, (string | Array[String])]
21
def self.build_source_aliases: (string root) -> Hash[string, build_source]
22
23
ALL_DEFAULT_EXTS: string
0 commit comments