tree: ce461f07e3e1dca9aded1b546ad7f7397f464489 [path history] [tgz]
  1. declarations.dart
  2. interceptors.dart
  3. README.md
  4. types.dart
pkg/kernel/runtime/reify/README.md

Runtime Support for Reified Generic Types

This subdirectory contains files used at runtime by the code generated by [../reify_transformer.dart].

The files in this directory can be imported by anyone, but files in this directory should be frugal about importing anything themselves. This is because this library is used by all programs that are tranformed and contributes to code size.