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 7
7
require "tapioca/runtime/reflection"
8
8
require "tapioca/runtime/trackers"
9
9
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
+
10
17
# The rewriter needs to be loaded very early so RBS comments within Tapioca itself are rewritten
11
18
require "spoom"
12
19
require "tapioca/rbs/rewriter"
30
37
require "yard-sorbet"
31
38
require "prism"
32
39
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
-
40
40
require "tapioca/helpers/gem_helper"
41
41
require "tapioca/helpers/git_attributes"
42
42
require "tapioca/helpers/sorbet_helper"
You can’t perform that action at this time.
0 commit comments