Closed
Description
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.
I am not sure if this is a Windows problem.