Coder Social home page Coder Social logo

Comments (1)

eernstg avatar eernstg commented on August 19, 2024

Please see #6 on dartbug 15704 for some additional information. Reflectable mirrors are intended to be very similar to mirrors from dart:mirrors, so they should agree on the treatment of doc comments.

However, this feature can be implemented independently in dart:mirrors and in Reflectable for post-transform code (whereas pre-transform code in Reflectable relies on dart:mirrors), so I added a reminder in the code to include comments in metadata of DeclarationMirror.

Currently dart:mirrors mirrors do not include doc (or other) comment mirrors in the metadata, but when they do that, there may be a need to adjust the semantics for precise alignment among dart:mirrors and Reflectable. (As an extreme example of this, the outcome may even be that it is decided that dart:mirrors should not support comments as metadata, for backward compatibility or whatever, in which case Reflectable may have to align with the lack of support). In any case, there will be a "temporary feature, do not rely on this in production code" flag on this feature for now.

Also note that the implementation of Reflectable is still highly incomplete, so it will not yet be possible to try it out at this point.

from reflectable.dart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.