Skip to content

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

+1-1
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

+2-2
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

+1
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

-1,709
This file was deleted.

src/__coverage__/coverage-final.json

-83
This file was deleted.

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

-106
This file was deleted.

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

-239
This file was deleted.

0 commit comments

Comments
 (0)