File tree Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Expand file tree Collapse file tree 3 files changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { utf8 } from "../utf8ConstStr";
4
4
class C1 {
5
5
constructor (
6
6
public name : utf8 . ConstStr ,
7
- public length : u32 ,
7
+ public length : u32
8
8
) { }
9
9
}
10
10
Original file line number Diff line number Diff line change 1
1
{
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
+ }
Original file line number Diff line number Diff line change 8
8
"sourceMap" : true ,
9
9
"paths" : {
10
10
"assemblyscript" : [" ../node_modules/assemblyscript/dist/assemblyscript" ],
11
- "assemblyscript/transform" : [
12
- " ../node_modules/assemblyscript/dist/transform"
13
- ]
11
+ "assemblyscript/transform" : [" ../node_modules/assemblyscript/dist/transform" ]
14
12
}
15
13
},
16
14
"files" : [" transformBuildUtf8ConstStr.mts" ],
You can’t perform that action at this time.
0 commit comments