lvivski / start

Sinatra inspired web development framework for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why not using `part of`to include all classes?

enyo opened this issue · comments

I've noticed that you first import server which then imports all other parts of start, like response.dart.

This means that I can't just use the types in my app. Why don't you include all the assets with part "src/response.dart";?

I started this befor part of was introduced. I'll take a look at pull-request