goscript 0.0.37 → 0.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (196) hide show
  1. package/compiler/analysis.go +129 -8
  2. package/compiler/compiler.go +4 -1
  3. package/compiler/composite-lit.go +2 -4
  4. package/compiler/lit.go +83 -0
  5. package/compiler/protobuf.go +2 -2
  6. package/compiler/spec-value.go +3 -3
  7. package/compiler/spec.go +6 -3
  8. package/compiler/stmt-assign.go +1 -1
  9. package/dist/gs/builtin/slice.js +2 -1
  10. package/dist/gs/builtin/slice.js.map +1 -1
  11. package/dist/gs/github.com/pkg/errors/errors.d.ts +1 -1
  12. package/dist/gs/github.com/pkg/errors/errors.js +182 -23
  13. package/dist/gs/github.com/pkg/errors/errors.js.map +1 -1
  14. package/dist/gs/github.com/pkg/errors/go113.d.ts +1 -1
  15. package/dist/gs/github.com/pkg/errors/go113.js +1 -1
  16. package/dist/gs/github.com/pkg/errors/go113.js.map +1 -1
  17. package/dist/gs/github.com/pkg/errors/index.d.ts +3 -3
  18. package/dist/gs/github.com/pkg/errors/index.js +3 -3
  19. package/dist/gs/github.com/pkg/errors/index.js.map +1 -1
  20. package/dist/gs/github.com/pkg/errors/stack.d.ts +1 -1
  21. package/dist/gs/github.com/pkg/errors/stack.js +8 -5
  22. package/dist/gs/github.com/pkg/errors/stack.js.map +1 -1
  23. package/dist/gs/internal/abi/index.d.ts +20 -0
  24. package/dist/gs/internal/abi/index.js +20 -0
  25. package/dist/gs/internal/abi/index.js.map +1 -0
  26. package/dist/gs/internal/bytealg/index.d.ts +2 -0
  27. package/dist/gs/internal/bytealg/index.js +33 -0
  28. package/dist/gs/internal/bytealg/index.js.map +1 -0
  29. package/dist/gs/internal/byteorder/index.d.ts +1 -1
  30. package/dist/gs/internal/byteorder/index.js +4 -4
  31. package/dist/gs/internal/byteorder/index.js.map +1 -1
  32. package/dist/gs/math/index.d.ts +44 -44
  33. package/dist/gs/math/index.js +44 -44
  34. package/dist/gs/math/index.js.map +1 -1
  35. package/dist/gs/os/index.d.ts +19 -19
  36. package/dist/gs/os/index.js +19 -19
  37. package/dist/gs/os/index.js.map +1 -1
  38. package/dist/gs/reflect/abi.d.ts +59 -0
  39. package/dist/gs/reflect/abi.gs.d.ts +59 -0
  40. package/dist/gs/reflect/abi.gs.js +79 -0
  41. package/dist/gs/reflect/abi.gs.js.map +1 -0
  42. package/dist/gs/reflect/abi.js +79 -0
  43. package/dist/gs/reflect/abi.js.map +1 -0
  44. package/dist/gs/reflect/badlinkname.d.ts +52 -0
  45. package/dist/gs/reflect/badlinkname.gs.d.ts +52 -0
  46. package/dist/gs/reflect/badlinkname.gs.js +72 -0
  47. package/dist/gs/reflect/badlinkname.gs.js.map +1 -0
  48. package/dist/gs/reflect/badlinkname.js +72 -0
  49. package/dist/gs/reflect/badlinkname.js.map +1 -0
  50. package/dist/gs/reflect/deepequal.d.ts +1 -0
  51. package/dist/gs/reflect/deepequal.gs.d.ts +25 -0
  52. package/dist/gs/reflect/deepequal.gs.js +308 -0
  53. package/dist/gs/reflect/deepequal.gs.js.map +1 -0
  54. package/dist/gs/reflect/deepequal.js +139 -0
  55. package/dist/gs/reflect/deepequal.js.map +1 -0
  56. package/dist/gs/reflect/float32reg_generic.gs.d.ts +2 -0
  57. package/dist/gs/reflect/float32reg_generic.gs.js +10 -0
  58. package/dist/gs/reflect/float32reg_generic.gs.js.map +1 -0
  59. package/dist/gs/reflect/index.d.ts +8 -0
  60. package/dist/gs/reflect/index.gs.d.ts +1 -0
  61. package/dist/gs/reflect/index.gs.js +3 -0
  62. package/dist/gs/reflect/index.gs.js.map +1 -0
  63. package/dist/gs/reflect/index.js +10 -0
  64. package/dist/gs/reflect/index.js.map +1 -0
  65. package/dist/gs/reflect/iter.d.ts +4 -0
  66. package/dist/gs/reflect/iter.gs.d.ts +3 -0
  67. package/dist/gs/reflect/iter.gs.js +24 -0
  68. package/dist/gs/reflect/iter.gs.js.map +1 -0
  69. package/dist/gs/reflect/iter.js +24 -0
  70. package/dist/gs/reflect/iter.js.map +1 -0
  71. package/dist/gs/reflect/makefunc.gs.d.ts +34 -0
  72. package/dist/gs/reflect/makefunc.gs.js +288 -0
  73. package/dist/gs/reflect/makefunc.gs.js.map +1 -0
  74. package/dist/gs/reflect/map.d.ts +14 -0
  75. package/dist/gs/reflect/map.js +70 -0
  76. package/dist/gs/reflect/map.js.map +1 -0
  77. package/dist/gs/reflect/map_swiss.gs.d.ts +14 -0
  78. package/dist/gs/reflect/map_swiss.gs.js +70 -0
  79. package/dist/gs/reflect/map_swiss.gs.js.map +1 -0
  80. package/dist/gs/reflect/reflect.gs.d.ts +132 -0
  81. package/dist/gs/reflect/reflect.gs.js +437 -0
  82. package/dist/gs/reflect/reflect.gs.js.map +1 -0
  83. package/dist/gs/reflect/swapper.d.ts +2 -0
  84. package/dist/gs/reflect/swapper.gs.d.ts +1 -0
  85. package/dist/gs/reflect/swapper.gs.js +32 -0
  86. package/dist/gs/reflect/swapper.gs.js.map +1 -0
  87. package/dist/gs/reflect/swapper.js +46 -0
  88. package/dist/gs/reflect/swapper.js.map +1 -0
  89. package/dist/gs/reflect/type.d.ts +126 -0
  90. package/dist/gs/reflect/type.gs.d.ts +4 -0
  91. package/dist/gs/reflect/type.gs.js +21 -0
  92. package/dist/gs/reflect/type.gs.js.map +1 -0
  93. package/dist/gs/reflect/type.js +825 -0
  94. package/dist/gs/reflect/type.js.map +1 -0
  95. package/dist/gs/reflect/types.d.ts +90 -0
  96. package/dist/gs/reflect/types.js +119 -0
  97. package/dist/gs/reflect/types.js.map +1 -0
  98. package/dist/gs/reflect/value.d.ts +13 -0
  99. package/dist/gs/reflect/value.gs.d.ts +4 -0
  100. package/dist/gs/reflect/value.gs.js +12 -0
  101. package/dist/gs/reflect/value.gs.js.map +1 -0
  102. package/dist/gs/reflect/value.js +201 -0
  103. package/dist/gs/reflect/value.js.map +1 -0
  104. package/dist/gs/reflect/visiblefields.d.ts +4 -0
  105. package/dist/gs/reflect/visiblefields.gs.d.ts +3 -0
  106. package/dist/gs/reflect/visiblefields.gs.js +123 -0
  107. package/dist/gs/reflect/visiblefields.gs.js.map +1 -0
  108. package/dist/gs/reflect/visiblefields.js +143 -0
  109. package/dist/gs/reflect/visiblefields.js.map +1 -0
  110. package/dist/gs/strconv/index.d.ts +6 -6
  111. package/dist/gs/strconv/index.js +6 -6
  112. package/dist/gs/strconv/index.js.map +1 -1
  113. package/dist/gs/strings/index.d.ts +1 -1
  114. package/dist/gs/strings/index.js +1 -1
  115. package/dist/gs/strings/index.js.map +1 -1
  116. package/dist/gs/strings/replace.js.map +1 -1
  117. package/dist/gs/sync/atomic/index.d.ts +4 -4
  118. package/dist/gs/sync/atomic/index.js +4 -4
  119. package/dist/gs/sync/atomic/index.js.map +1 -1
  120. package/dist/gs/syscall/index.d.ts +6 -6
  121. package/dist/gs/syscall/index.js +34 -28
  122. package/dist/gs/syscall/index.js.map +1 -1
  123. package/dist/gs/unsafe/unsafe.js.map +1 -1
  124. package/gs/builtin/slice.ts +2 -1
  125. package/gs/github.com/pkg/errors/errors.ts +408 -238
  126. package/gs/github.com/pkg/errors/go113.ts +5 -6
  127. package/gs/github.com/pkg/errors/index.ts +12 -3
  128. package/gs/github.com/pkg/errors/stack.ts +107 -105
  129. package/gs/internal/abi/index.ts +37 -0
  130. package/gs/internal/bytealg/index.ts +34 -0
  131. package/gs/internal/byteorder/index.ts +5 -5
  132. package/gs/math/abs.gs.test.ts +1 -1
  133. package/gs/math/acosh.gs.test.ts +4 -2
  134. package/gs/math/asin.gs.test.ts +1 -1
  135. package/gs/math/asinh.gs.test.ts +7 -3
  136. package/gs/math/atan.gs.test.ts +1 -1
  137. package/gs/math/atan2.gs.test.ts +17 -9
  138. package/gs/math/atanh.gs.test.ts +1 -1
  139. package/gs/math/bits.gs.test.ts +1 -1
  140. package/gs/math/cbrt.gs.test.ts +1 -1
  141. package/gs/math/const.gs.test.ts +34 -8
  142. package/gs/math/copysign.gs.test.ts +7 -3
  143. package/gs/math/dim.gs.test.ts +19 -7
  144. package/gs/math/erf.gs.test.ts +1 -1
  145. package/gs/math/erfinv.gs.test.ts +4 -2
  146. package/gs/math/exp.gs.test.ts +1 -1
  147. package/gs/math/expm1.gs.test.ts +6 -4
  148. package/gs/math/floor.gs.test.ts +17 -4
  149. package/gs/math/fma.gs.test.ts +53 -53
  150. package/gs/math/frexp.gs.test.ts +112 -117
  151. package/gs/math/gamma.gs.test.ts +1 -1
  152. package/gs/math/hypot.gs.test.ts +53 -53
  153. package/gs/math/index.ts +80 -44
  154. package/gs/math/j0.gs.test.ts +6 -2
  155. package/gs/math/j1.gs.test.ts +6 -2
  156. package/gs/math/jn.gs.test.ts +9 -5
  157. package/gs/math/ldexp.gs.test.ts +103 -86
  158. package/gs/math/lgamma.gs.test.ts +10 -10
  159. package/gs/math/log.gs.test.ts +1 -1
  160. package/gs/math/log10.gs.test.ts +1 -1
  161. package/gs/math/log1p.gs.test.ts +2 -2
  162. package/gs/math/logb.gs.test.ts +1 -1
  163. package/gs/math/mod.gs.test.ts +2 -2
  164. package/gs/math/modf.gs.test.ts +7 -7
  165. package/gs/math/nextafter.gs.test.ts +9 -7
  166. package/gs/math/pow.gs.test.ts +6 -4
  167. package/gs/math/pow10.gs.test.ts +1 -1
  168. package/gs/math/remainder.gs.test.ts +1 -1
  169. package/gs/math/signbit.gs.test.ts +1 -1
  170. package/gs/math/sin.gs.test.ts +1 -1
  171. package/gs/math/sincos.gs.test.ts +33 -14
  172. package/gs/math/sinh.gs.test.ts +1 -1
  173. package/gs/math/sqrt.gs.test.ts +1 -1
  174. package/gs/math/tan.gs.test.ts +3 -3
  175. package/gs/math/tanh.gs.test.ts +1 -1
  176. package/gs/os/index.ts +128 -19
  177. package/gs/reflect/ANALYSIS.md +278 -0
  178. package/gs/reflect/deepequal.ts +154 -0
  179. package/gs/reflect/function-types.test.ts +146 -0
  180. package/gs/reflect/godoc.txt +67 -0
  181. package/gs/reflect/index.ts +83 -0
  182. package/gs/reflect/iter.ts +44 -0
  183. package/gs/reflect/map.ts +81 -0
  184. package/gs/reflect/swapper.ts +52 -0
  185. package/gs/reflect/type.ts +1012 -0
  186. package/gs/reflect/types.ts +214 -0
  187. package/gs/reflect/value.ts +264 -0
  188. package/gs/reflect/visiblefields.ts +173 -0
  189. package/gs/strconv/index.ts +39 -6
  190. package/gs/strings/index.ts +7 -1
  191. package/gs/strings/replace.ts +1 -9
  192. package/gs/sync/atomic/index.ts +53 -4
  193. package/gs/syscall/index.ts +45 -37
  194. package/gs/unsafe/unsafe.ts +1 -1
  195. package/package.json +2 -1
  196. package/gs/internal/testlog/index.ts +0 -7
@@ -434,8 +434,6 @@ class trieNode {
434
434
  t!.next!.add('', val, priority, r)
435
435
  }
436
436
  }
437
-
438
-
439
437
  }
440
438
 
441
439
  class genericReplacer {
@@ -625,9 +623,7 @@ class genericReplacer {
625
623
  }
626
624
  }
627
625
 
628
- function makeGenericReplacer(
629
- oldnew: $.Slice<string>,
630
- ): genericReplacer | null {
626
+ function makeGenericReplacer(oldnew: $.Slice<string>): genericReplacer | null {
631
627
  let r = new genericReplacer()
632
628
  // Find each byte used, then assign them each an index.
633
629
  for (let i = 0; i < $.len(oldnew); i += 2) {
@@ -789,8 +785,6 @@ class singleStringReplacer {
789
785
  n += wn
790
786
  return [n, err]
791
787
  }
792
-
793
-
794
788
  }
795
789
 
796
790
  function makeSingleStringReplacer(
@@ -1065,8 +1059,6 @@ class byteStringReplacer {
1065
1059
  }
1066
1060
  return [n, err]
1067
1061
  }
1068
-
1069
-
1070
1062
  }
1071
1063
 
1072
1064
  // Helper function to copy bytes
@@ -1,4 +1,53 @@
1
- export { AddInt32, AddUint32, AddUintptr, AndInt32, AndUint32, AndUintptr, CompareAndSwapInt32, CompareAndSwapPointer, CompareAndSwapUint32, CompareAndSwapUintptr, LoadInt32, LoadPointer, LoadUint32, LoadUintptr, OrInt32, OrUint32, OrUintptr, StoreInt32, StorePointer, StoreUint32, StoreUintptr, SwapInt32, SwapPointer, SwapUint32, SwapUintptr } from "./doc.gs.js"
2
- export { AddInt64, AddUint64, AndInt64, AndUint64, CompareAndSwapInt64, CompareAndSwapUint64, LoadInt64, LoadUint64, OrInt64, OrUint64, StoreInt64, StoreUint64, SwapInt64, SwapUint64 } from "./doc_64.gs.js"
3
- export { Bool, Int32, Int64, Pointer, Uint32, Uint64, Uintptr } from "./type.gs.js"
4
- export { Value } from "./value.gs.js"
1
+ export {
2
+ AddInt32,
3
+ AddUint32,
4
+ AddUintptr,
5
+ AndInt32,
6
+ AndUint32,
7
+ AndUintptr,
8
+ CompareAndSwapInt32,
9
+ CompareAndSwapPointer,
10
+ CompareAndSwapUint32,
11
+ CompareAndSwapUintptr,
12
+ LoadInt32,
13
+ LoadPointer,
14
+ LoadUint32,
15
+ LoadUintptr,
16
+ OrInt32,
17
+ OrUint32,
18
+ OrUintptr,
19
+ StoreInt32,
20
+ StorePointer,
21
+ StoreUint32,
22
+ StoreUintptr,
23
+ SwapInt32,
24
+ SwapPointer,
25
+ SwapUint32,
26
+ SwapUintptr,
27
+ } from './doc.gs.js'
28
+ export {
29
+ AddInt64,
30
+ AddUint64,
31
+ AndInt64,
32
+ AndUint64,
33
+ CompareAndSwapInt64,
34
+ CompareAndSwapUint64,
35
+ LoadInt64,
36
+ LoadUint64,
37
+ OrInt64,
38
+ OrUint64,
39
+ StoreInt64,
40
+ StoreUint64,
41
+ SwapInt64,
42
+ SwapUint64,
43
+ } from './doc_64.gs.js'
44
+ export {
45
+ Bool,
46
+ Int32,
47
+ Int64,
48
+ Pointer,
49
+ Uint32,
50
+ Uint64,
51
+ Uintptr,
52
+ } from './type.gs.js'
53
+ export { Value } from './value.gs.js'
@@ -1,4 +1,4 @@
1
- import * as $ from "@goscript/builtin/builtin.js";
1
+ import * as $ from '@goscript/builtin/builtin.js'
2
2
 
3
3
  // Essential type aliases
4
4
  export type uintptr = number
@@ -27,7 +27,7 @@ export const Stderr = 2
27
27
  export const SIGINT = 2
28
28
  export const SIGTERM = 15
29
29
 
30
- // File mode constants
30
+ // File mode constants
31
31
  export const S_IFMT = 0o170000
32
32
  export const S_IFREG = 0o100000
33
33
  export const S_IFDIR = 0o040000
@@ -44,9 +44,9 @@ export const S_ISVTX = 0o001000
44
44
  export function Getenv(key: string): [string, boolean] {
45
45
  if (typeof process !== 'undefined' && process.env) {
46
46
  const value = process.env[key]
47
- return value !== undefined ? [value, true] : ["", false]
47
+ return value !== undefined ? [value, true] : ['', false]
48
48
  }
49
- return ["", false]
49
+ return ['', false]
50
50
  }
51
51
 
52
52
  export function Setenv(key: string, value: string): $.GoError {
@@ -54,7 +54,7 @@ export function Setenv(key: string, value: string): $.GoError {
54
54
  process.env[key] = value
55
55
  return null
56
56
  }
57
- return { Error: () => "setenv not supported" }
57
+ return { Error: () => 'setenv not supported' }
58
58
  }
59
59
 
60
60
  export function Unsetenv(key: string): $.GoError {
@@ -62,7 +62,7 @@ export function Unsetenv(key: string): $.GoError {
62
62
  delete process.env[key]
63
63
  return null
64
64
  }
65
- return { Error: () => "unsetenv not supported" }
65
+ return { Error: () => 'unsetenv not supported' }
66
66
  }
67
67
 
68
68
  export function Clearenv(): void {
@@ -96,10 +96,10 @@ export class Dirent {
96
96
  }
97
97
  }
98
98
 
99
- // Stat_t structure stub
99
+ // Stat_t structure stub
100
100
  export class Stat_t {
101
101
  public Dev: number = 0
102
- public Ino: number = 0
102
+ public Ino: number = 0
103
103
  public Mode: number = 0
104
104
  public Nlink: number = 0
105
105
  public Uid: number = 0
@@ -114,13 +114,13 @@ export class Stat_t {
114
114
  public AtimeNsec: number = 0
115
115
  public MtimeNsec: number = 0
116
116
  public CtimeNsec: number = 0
117
-
117
+
118
118
  constructor(init?: any) {
119
119
  if (init) {
120
120
  Object.assign(this, init)
121
121
  }
122
122
  }
123
-
123
+
124
124
  public clone(): Stat_t {
125
125
  return new Stat_t(this)
126
126
  }
@@ -129,76 +129,84 @@ export class Stat_t {
129
129
  // RawConn interface - stub implementation for JavaScript environment
130
130
  export interface RawConn {
131
131
  Control(f: (fd: uintptr) => void): $.GoError
132
- Read(f: (fd: uintptr) => boolean): $.GoError
132
+ Read(f: (fd: uintptr) => boolean): $.GoError
133
133
  Write(f: (fd: uintptr) => boolean): $.GoError
134
134
  }
135
135
 
136
136
  // Stub implementation of RawConn that always returns ErrUnimplemented
137
137
  export class StubRawConn implements RawConn {
138
- Control(f: (fd: uintptr) => void): $.GoError {
139
- return { Error: () => "operation not implemented in JavaScript environment" }
138
+ Control(_f: (fd: uintptr) => void): $.GoError {
139
+ return {
140
+ Error: () => 'operation not implemented in JavaScript environment',
141
+ }
140
142
  }
141
-
142
- Read(f: (fd: uintptr) => boolean): $.GoError {
143
- return { Error: () => "operation not implemented in JavaScript environment" }
143
+
144
+ Read(_f: (fd: uintptr) => boolean): $.GoError {
145
+ return {
146
+ Error: () => 'operation not implemented in JavaScript environment',
147
+ }
144
148
  }
145
-
146
- Write(f: (fd: uintptr) => boolean): $.GoError {
147
- return { Error: () => "operation not implemented in JavaScript environment" }
149
+
150
+ Write(_f: (fd: uintptr) => boolean): $.GoError {
151
+ return {
152
+ Error: () => 'operation not implemented in JavaScript environment',
153
+ }
148
154
  }
149
155
  }
150
156
 
151
157
  // Additional error constants - implement as Errno type
152
158
  export const ENOSYS: Errno = {
153
- Error: () => "function not implemented",
159
+ Error: () => 'function not implemented',
154
160
  Is: (target: $.GoError) => target === ENOSYS,
155
- Errno: () => 38
161
+ Errno: () => 38,
156
162
  }
157
163
 
158
164
  export const EISDIR: Errno = {
159
- Error: () => "is a directory",
165
+ Error: () => 'is a directory',
160
166
  Is: (target: $.GoError) => target === EISDIR,
161
- Errno: () => 21
167
+ Errno: () => 21,
162
168
  }
163
169
 
164
170
  export const ENOTDIR: Errno = {
165
- Error: () => "not a directory",
171
+ Error: () => 'not a directory',
166
172
  Is: (target: $.GoError) => target === ENOTDIR,
167
- Errno: () => 20
173
+ Errno: () => 20,
168
174
  }
169
175
 
170
176
  export const ERANGE: Errno = {
171
- Error: () => "result too large",
177
+ Error: () => 'result too large',
172
178
  Is: (target: $.GoError) => target === ERANGE,
173
- Errno: () => 34
179
+ Errno: () => 34,
174
180
  }
175
181
 
176
182
  export const ENOMEM: Errno = {
177
- Error: () => "out of memory",
183
+ Error: () => 'out of memory',
178
184
  Is: (target: $.GoError) => target === ENOMEM,
179
- Errno: () => 12
185
+ Errno: () => 12,
180
186
  }
181
187
 
182
188
  export const ESRCH: Errno = {
183
- Error: () => "no such process",
189
+ Error: () => 'no such process',
184
190
  Is: (target: $.GoError) => target === ESRCH,
185
- Errno: () => 3
191
+ Errno: () => 3,
186
192
  }
187
193
 
188
194
  // Additional missing syscall functions
189
- export function Open(path: string, flag: number, perm: number): [number, $.GoError] {
195
+ export function Open(
196
+ _path: string,
197
+ _flag: number,
198
+ _perm: number,
199
+ ): [number, $.GoError] {
190
200
  return [-1, ENOSYS]
191
201
  }
192
202
 
193
- export function Sysctl(name: string): [string, $.GoError] {
194
- return ["", ENOSYS]
203
+ export function Sysctl(_name: string): [string, $.GoError] {
204
+ return ['', ENOSYS]
195
205
  }
196
206
 
197
-
198
-
199
207
  // Getpagesize returns the underlying system's memory page size.
200
208
  export function Getpagesize(): number {
201
209
  // Return a standard page size for JavaScript environment
202
210
  // Most systems use 4096 bytes as the default page size
203
211
  return 4096
204
- }
212
+ }
@@ -79,5 +79,5 @@ export function StringData(_str: string): Pointer {
79
79
  // Pointer converts a value to an unsafe.Pointer for atomic operations
80
80
  // In JavaScript/TypeScript, this is just a pass-through function
81
81
  export function Pointer(value: any): Pointer {
82
- return value;
82
+ return value
83
83
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "goscript",
3
3
  "description": "Go to TypeScript transpiler",
4
- "version": "0.0.37",
4
+ "version": "0.0.38",
5
5
  "author": {
6
6
  "name": "Aperture Robotics LLC.",
7
7
  "email": "support@aperture.us",
@@ -63,6 +63,7 @@
63
63
  "lint": "npm run lint:go && npm run lint:js",
64
64
  "lint:go": "make lint",
65
65
  "lint:js": "eslint -c eslint.config.mjs ./",
66
+ "lint:js:fix": "eslint -c eslint.config.mjs ./ --fix",
66
67
  "prepare": "husky",
67
68
  "precommit": "lint-staged"
68
69
  },
@@ -1,7 +0,0 @@
1
- import * as $ from "@goscript/builtin/builtin.js";
2
-
3
- // Stub implementations for internal/testlog package
4
-
5
- export function Getenv(key: string): void {
6
- // Stub for test logging - no-op in runtime
7
- }