Skip to content

Commit 7702f5d

Browse files
authored
Refactor compiler sources to adhere to TS strict mode (AssemblyScript#1283)
1 parent 64acd6d commit 7702f5d

26 files changed

+3825
-3723
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
run: npm ci --no-audit
5151
- name: Clean distribution files
5252
run: npm run clean
53+
- name: Check sources
54+
run: npm run check
5355
- name: Test sources
5456
run: |
5557
if [[ `node bin/asc --version` != *"-dev" ]]; then

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)