Sha256: 10254a432a16b150e28028146913d2bde2e0863f85a376496aa2050396f84131
Contents?: true
Size: 638 Bytes
Versions: 15
Compression:
Stored size: 638 Bytes
Contents
# typed: strict # frozen_string_literal: true # The load order below is important: # ---------------------------------- # We want the mixin tracker to be the first thing that is # loaded because other trackers might apply their own mixins # into core types (like `Module` and `Kernel`). In order to # catch and filter those mixins as coming from Tapioca, we need # the mixin tracker to be in place, before any mixin operations # are performed. require "tapioca/runtime/trackers/mixin" require "tapioca/runtime/trackers/constant_definition" require "tapioca/runtime/trackers/autoload" require "tapioca/runtime/trackers/required_ancestor"
Version data entries
15 entries across 15 versions & 1 rubygems