Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit a48f5e9

Browse files
committed
fix typings progress
1 parent e3394cd commit a48f5e9

File tree

176 files changed

+3096
-25382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+3096
-25382
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ npm-debug.log
55
.vscode
66

77
# Testing
8-
src/coverage
8+
src/__coverage__
99
src/__tests__/__cache__

ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Atom CodeRoad Roadmap
22

3+
1. Improved Unit Test Coverage
4+
1. Improved parsing of markdown -> `coderoad.json`
35
1. Coderoad-language packages
46
1. Native import/exports
57
1. UI Improvements
@@ -17,5 +19,3 @@
1719
1. Users
1820
1. Analytics
1921
1. Tutorial ratings/feedback
20-
1. Improved Unit Test Coverage
21-
1. Improved parsing of markdown -> `coderoad.json`

lib/modules/dir/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
function dirReducer(dir) {
33
if (!atom) {
44
throw new Error('No project directory found. Atom may not be initialized.');
5+
return '';
56
}
67
if (atom && atom.project.rootDirectories.length > 0) {
78
return atom.project.rootDirectories[0].path;

src/__coverage__/clover.xml

Lines changed: 0 additions & 1709 deletions
This file was deleted.

src/__coverage__/coverage-final.json

Lines changed: 0 additions & 83 deletions
This file was deleted.

src/__coverage__/lcov-report/alert/index.html

Lines changed: 0 additions & 106 deletions
This file was deleted.

src/__coverage__/lcov-report/alert/index.ts.html

Lines changed: 0 additions & 239 deletions
This file was deleted.

0 commit comments

Comments
 (0)