Sha256: 29c450aaa217dbdfd842d55d6ad91e235559819350eeef22bfe2d853e3258b37

Contents?: true

Size: 561 Bytes

Versions: 5

Compression:

Stored size: 561 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/trackers/mixin"
require "tapioca/trackers/constant_definition"
require "tapioca/trackers/autoload"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tapioca-0.6.4 lib/tapioca/trackers.rb
tapioca-0.6.3 lib/tapioca/trackers.rb
tapioca-0.6.2 lib/tapioca/trackers.rb
tapioca-0.6.1 lib/tapioca/trackers.rb
tapioca-0.6.0 lib/tapioca/trackers.rb