-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from SSENSE/fix/NONE_remove_depreciation_warning
fix(NONE): remove deprecation warnings
- Loading branch information
Showing
2 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
ERROR: test_app.ts[1, 3]: comment must start with a space | ||
ERROR: test_app.ts[3, 5]: The exported module or identifier name must match the file name. Found: test_app.ts and Foo | ||
ERROR: test_app.ts[4, 16]: Method name does not match /^[a-z][\w\d]+$/: Bar | ||
ERROR: test_app.ts[14, 2]: statements are not aligned | ||
ERROR: test_app.ts[2, 1]: 'namespace' and 'module' are disallowed | ||
ERROR: test_app.ts[14, 1]: Expected indentation of 0 spaces but found 1. | ||
ERROR: test_app.ts:1:3 - comment must start with a space | ||
ERROR: test_app.ts:2:1 - 'namespace' and 'module' are disallowed | ||
ERROR: test_app.ts:3:5 - The exported module or identifier name must match the file name. Found: test_app.ts and Foo | ||
ERROR: test_app.ts:4:16 - Method name does not match /^[a-z][\w\d]+$/: Bar | ||
ERROR: test_app.ts:14:1 - Expected indentation of 0 spaces but found 1. | ||
ERROR: test_app.ts:14:2 - statements are not aligned |