You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository can not be run under Windows environment due to the path separator is not handled.
I have been working this, and successfully generating doms on Windows, but i have a problem about one test called 'dart fix' integration.
error message:
error - lib\renames.dart:138:6 - Undefined class 'UnderlyingSource'. Try changing the name to the name of an existing class, or creating a class with the name 'UnderlyingSource'. - undefined_class
it seems like UnderlyingSource is not generated from the generator, and after seaching inside the this repo, i still cannot figure out what UnderlyingSource class is.