What is the C # resource ('main.css') statue in the dart

I don’t see that it is used much more, DartEditor seems to say that it is out of date, is it out of date? Does anyone have any kind of public history?

+5
source share
1 answer

According to dartbug 4429, it is depreciated and removed from the specification.

In addition, according to this source commit, the directive #resourcewas ignored by VM (s) and is used only by DartEditor itself.

Update: An official notice in the Dart-misc discussion group confirms that #resource is planned to be removed.

+3
source

All Articles