moved submodules into this project
This commit is contained in:
7
tools/js2dart/run_specs.dart
Normal file
7
tools/js2dart/run_specs.dart
Normal file
@ -0,0 +1,7 @@
|
||||
// Note: need this file here so that we can use the packages
|
||||
// in the main folder...
|
||||
import './build/spec/runner.dart' as runner;
|
||||
|
||||
void main() {
|
||||
runner.main();
|
||||
}
|
Reference in New Issue
Block a user