Prevent generated imports of
dart:_http(#356)Prevent generated imports of ‘dart:_http’ by treating this library as importable, and then redirecting imports of ‘dart:_http’ to ‘dart:io’ at the very end when the import directives are generated.
Co-authored-by: Sigurd Meldgaard sigurdm@google.com.
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
This repository provides the Dart packages
reflectableandreflectable_builder, along with a set of test cases and examples in the repositorytest_reflectable.reflectable
Support for implementing a large subset of the features offered by ‘dart:mirrors’ without relying on ‘dart:mirrors’ itself. Provides a system based on capabilities to control the amount of reflection support.
reflectable_builder
Support for generating the code that the package
reflectableuses to provide the reflection support described above.test_reflectable
Used to test package
reflectable. Also serves as a set of examples of howreflectablecan be used.