File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 77require "tapioca/runtime/reflection"
88require "tapioca/runtime/trackers"
99
10+ require "tapioca/runtime/dynamic_mixin_compiler"
11+ require "tapioca/sorbet_ext/backcompat_patches"
12+ require "tapioca/sorbet_ext/name_patch"
13+ require "tapioca/sorbet_ext/generic_name_patch"
14+ require "tapioca/sorbet_ext/proc_bind_patch"
15+ require "tapioca/runtime/generic_type_registry"
16+
1017# The rewriter needs to be loaded very early so RBS comments within Tapioca itself are rewritten
1118require "spoom"
1219require "tapioca/rbs/rewriter"
3037require "yard-sorbet"
3138require "prism"
3239
33- require "tapioca/runtime/dynamic_mixin_compiler"
34- require "tapioca/sorbet_ext/backcompat_patches"
35- require "tapioca/sorbet_ext/name_patch"
36- require "tapioca/sorbet_ext/generic_name_patch"
37- require "tapioca/sorbet_ext/proc_bind_patch"
38- require "tapioca/runtime/generic_type_registry"
39-
4040require "tapioca/helpers/gem_helper"
4141require "tapioca/helpers/git_attributes"
4242require "tapioca/helpers/sorbet_helper"
You can’t perform that action at this time.
0 commit comments