File tree 1 file changed +75
-0
lines changed
1 file changed +75
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "Overview" : [
3
+ " introduction" ,
4
+ " installation" ,
5
+ " editor-plugins" ,
6
+ " faq" ,
7
+ " llms"
8
+ ],
9
+ "Guides" : [
10
+ " converting-from-js" ,
11
+ " editor-code-analysis" ,
12
+ " project-structure"
13
+ ],
14
+ "JavaScript Interop" : [
15
+ " interop-cheatsheet" ,
16
+ " embed-raw-javascript" ,
17
+ " shared-data-types" ,
18
+ " external" ,
19
+ " bind-to-js-object" ,
20
+ " bind-to-js-function" ,
21
+ " import-from-export-to-js" ,
22
+ " bind-to-global-js-values" ,
23
+ " json" ,
24
+ " inlining-constants" ,
25
+ " use-illegal-identifier-names" ,
26
+ " generate-converters-accessors" ,
27
+ " browser-support-polyfills" ,
28
+ " libraries" ,
29
+ " typescript-integration"
30
+ ],
31
+ "Language Features" : [
32
+ " overview" ,
33
+ " let-binding" ,
34
+ " type" ,
35
+ " primitive-types" ,
36
+ " tuple" ,
37
+ " record" ,
38
+ " object" ,
39
+ " dict" ,
40
+ " variant" ,
41
+ " polymorphic-variant" ,
42
+ " null-undefined-option" ,
43
+ " array-and-list" ,
44
+ " function" ,
45
+ " control-flow" ,
46
+ " pipe" ,
47
+ " pattern-matching-destructuring" ,
48
+ " mutation" ,
49
+ " jsx" ,
50
+ " exception" ,
51
+ " lazy-values" ,
52
+ " promise" ,
53
+ " async-await" ,
54
+ " tagged-templates" ,
55
+ " module" ,
56
+ " import-export" ,
57
+ " attribute" ,
58
+ " reserved-keywords" ,
59
+ " equality-comparison"
60
+ ],
61
+ "Build System" : [
62
+ " build-overview" ,
63
+ " build-configuration" ,
64
+ " build-configuration-schema" ,
65
+ " build-external-stdlib" ,
66
+ " build-pinned-dependencies" ,
67
+ " interop-with-js-build-systems" ,
68
+ " build-performance" ,
69
+ " warning-numbers"
70
+ ],
71
+ "Advanced Features" : [
72
+ " extensible-variant" ,
73
+ " scoped-polymorphic-types"
74
+ ]
75
+ }
You can’t perform that action at this time.
0 commit comments