Update RBI files for tapioca.
This commit is contained in:
parent
51803969cc
commit
f04b2ef789
@ -1,7 +0,0 @@
|
|||||||
# DO NOT EDIT MANUALLY
|
|
||||||
# This is an autogenerated file for types exported from the `commander` gem.
|
|
||||||
# Please instead update this file by running `tapioca generate --exclude json`.
|
|
||||||
|
|
||||||
# typed: true
|
|
||||||
|
|
||||||
|
|
||||||
8
Library/Homebrew/sorbet/rbi/gems/commander@4.6.0.rbi
Normal file
8
Library/Homebrew/sorbet/rbi/gems/commander@4.6.0.rbi
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# DO NOT EDIT MANUALLY
|
||||||
|
# This is an autogenerated file for types exported from the `commander` gem.
|
||||||
|
# Please instead update this file by running `bin/tapioca sync`.
|
||||||
|
|
||||||
|
# typed: true
|
||||||
|
|
||||||
|
# THIS IS AN EMPTY RBI FILE.
|
||||||
|
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
||||||
@ -1,6 +1,6 @@
|
|||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `pry` gem.
|
# This is an autogenerated file for types exported from the `pry` gem.
|
||||||
# Please instead update this file by running `tapioca sync`.
|
# Please instead update this file by running `bin/tapioca sync`.
|
||||||
|
|
||||||
# typed: true
|
# typed: true
|
||||||
|
|
||||||
@ -521,8 +521,8 @@ class Tapioca::Generator < ::Thor::Shell::Color
|
|||||||
def move(old_filename, new_filename); end
|
def move(old_filename, new_filename); end
|
||||||
sig { void }
|
sig { void }
|
||||||
def perform_additions; end
|
def perform_additions; end
|
||||||
sig { params(dir: Pathname, constant_lookup: T::Hash[String, String]).void }
|
sig { params(dir: Pathname).void }
|
||||||
def perform_dsl_verification(dir, constant_lookup); end
|
def perform_dsl_verification(dir); end
|
||||||
sig { void }
|
sig { void }
|
||||||
def perform_removals; end
|
def perform_removals; end
|
||||||
sig { params(files: T::Set[Pathname]).void }
|
sig { params(files: T::Set[Pathname]).void }
|
||||||
@ -561,7 +561,7 @@ module Tapioca::GenericTypeRegistry
|
|||||||
sig { params(constant: Module, name: String).returns(Module) }
|
sig { params(constant: Module, name: String).returns(Module) }
|
||||||
def create_generic_type(constant, name); end
|
def create_generic_type(constant, name); end
|
||||||
sig { params(constant: Class).returns(Class) }
|
sig { params(constant: Class).returns(Class) }
|
||||||
def create_sealed_safe_subclass(constant); end
|
def create_safe_subclass(constant); end
|
||||||
sig { params(constant: Module).returns(T::Hash[Integer, String]) }
|
sig { params(constant: Module).returns(T::Hash[Integer, String]) }
|
||||||
def lookup_or_initialize_type_variables(constant); end
|
def lookup_or_initialize_type_variables(constant); end
|
||||||
sig { params(constant: Module).returns(T.nilable(String)) }
|
sig { params(constant: Module).returns(T.nilable(String)) }
|
||||||
Loading…
x
Reference in New Issue
Block a user