Skip to content

Commit 4624b7b

Browse files
Fix
1 parent eed1e5f commit 4624b7b

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

as/testcase/useUtf8Transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { utf8 } from "../utf8ConstStr";
44
class C1 {
55
constructor(
66
public name: utf8.ConstStr,
7-
public length: u32,
7+
public length: u32
88
) {}
99
}
1010

cspell.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
2-
"language": "en",
3-
"dictionaryDefinitions": [
4-
{
5-
"name": "project-words",
6-
"path": "cspell/project-words.txt",
7-
"addWords": true
8-
}
9-
],
10-
"dictionaries": [
11-
"project-words"
12-
]
13-
}
2+
"language": "en",
3+
"dictionaryDefinitions": [
4+
{
5+
"name": "project-words",
6+
"path": "cspell/project-words.txt",
7+
"addWords": true
8+
}
9+
],
10+
"dictionaries": ["project-words"]
11+
}

transform/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"sourceMap": true,
99
"paths": {
1010
"assemblyscript": ["../node_modules/assemblyscript/dist/assemblyscript"],
11-
"assemblyscript/transform": [
12-
"../node_modules/assemblyscript/dist/transform"
13-
]
11+
"assemblyscript/transform": ["../node_modules/assemblyscript/dist/transform"]
1412
}
1513
},
1614
"files": ["transformBuildUtf8ConstStr.mts"],

0 commit comments

Comments
 (0)