Skip to content

Commit 218fb87

Browse files
authored
Merge pull request #43 from golemcloud/better-console
Formatting in log, and node:util
2 parents e31aa0e + d252a13 commit 218fb87

10 files changed

Lines changed: 1073 additions & 271 deletions

File tree

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,13 +245,21 @@ core WASI interfaces.
245245

246246
- `assert`
247247
- `clear`
248+
- `count`
249+
- `countReset`
248250
- `debug`
251+
- `dir`
252+
- `dirXml`
249253
- `error`
250254
- `group`
251255
- `groupCollapsed`
252256
- `groupEnd`
253257
- `info`
254258
- `log`
259+
- `table`
260+
- `time`
261+
- `timeEnd`
262+
- `timeLog`
255263
- `trace`
256264
- `warn`
257265

@@ -299,6 +307,31 @@ Implemented by https://github.com/MattiasBuelens/web-streams-polyfill
299307
- `TextDecoderStream`
300308
- `TextEncoderStream`
301309

310+
### `node:util`
311+
- `format`
312+
- `deprecate`
313+
- `debugLog`
314+
- `inspect`
315+
- `isArray`
316+
- `isBoolean`
317+
- `isNull`
318+
- `isNullOrUndefined`
319+
- `isNumber`
320+
- `isString`
321+
- `isSymbol`
322+
- `isUndefined`
323+
- `isRegExp`
324+
- `isObject`
325+
- `isDate`
326+
- `isError`
327+
- `isFunction`
328+
- `isPrimitive`
329+
- `isBuffer`
330+
- `log`
331+
- `_extend`
332+
- `promisify`
333+
- `callbackify`
334+
302335
### Coming from QuickJS
303336

304337
- Global:

0 commit comments

Comments
 (0)