human/test/build.log

236 KiB

2022-01-15 09:10:11 INFO: Application: {"name":"@vladmandic/human","version":"2.5.8"}
2022-01-15 09:10:11 INFO: Environment: {"profile":"production","config":".build.json","package":"package.json","tsconfig":true,"eslintrc":true,"git":true}
2022-01-15 09:10:11 INFO: Toolchain: {"build":"0.6.7","esbuild":"0.14.11","typescript":"4.5.4","typedoc":"0.22.10","eslint":"8.6.0"}
2022-01-15 09:10:11 INFO: Build: {"profile":"production","steps":["clean","compile","typings","typedoc","lint","changelog"]}
2022-01-15 09:10:11 STATE: Clean: {"locations":["dist/*","types/lib/*","typedoc/*"]}
2022-01-15 09:10:11 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-15 09:10:11 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":63,"inputBytes":565980,"outputBytes":465909}
2022-01-15 09:10:11 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-15 09:10:12 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":63,"inputBytes":566000,"outputBytes":465925}
2022-01-15 09:10:12 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-15 09:10:12 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":63,"inputBytes":566071,"outputBytes":466000}
2022-01-15 09:10:12 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-15 09:10:12 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-15 09:10:12 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":63,"inputBytes":565626,"outputBytes":467382}
2022-01-15 09:10:12 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-15 09:10:12 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":63,"inputBytes":3084401,"outputBytes":1635959}
2022-01-15 09:10:12 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":63,"inputBytes":3084401,"outputBytes":2991566}
2022-01-15 09:10:24 STATE: Typings: {"input":"src/human.ts","output":"types/lib","files":110}
2022-01-15 09:10:28 STATE: TypeDoc: {"input":"src/human.ts","output":"typedoc","objects":69,"generated":true}
2022-01-15 09:10:28 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-15 09:10:28 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-15 09:10:49 STATE: Lint: {"locations":["*.json","src/**/*.ts","test/**/*.js","demo/**/*.js"],"files":93,"errors":0,"warnings":0}
2022-01-15 09:10:49 STATE: ChangeLog: {"repository":"https://github.com/vladmandic/human","branch":"main","output":"CHANGELOG.md"}
2022-01-15 09:10:49 INFO: Done...
2022-01-16 08:55:15 INFO: @vladmandic/human version 2.5.8
2022-01-16 08:55:15 INFO: User: vlado Platform: linux Arch: x64 Node: v17.2.0
2022-01-16 08:55:15 INFO: Application: {"name":"@vladmandic/human","version":"2.5.8"}
2022-01-16 08:55:15 INFO: Environment: {"profile":"development","config":".build.json","package":"package.json","tsconfig":true,"eslintrc":true,"git":true}
2022-01-16 08:55:15 INFO: Toolchain: {"build":"0.6.7","esbuild":"0.14.11","typescript":"4.5.4","typedoc":"0.22.10","eslint":"8.6.0"}
2022-01-16 08:55:15 INFO: Build: {"profile":"development","steps":["serve","watch","compile"]}
2022-01-16 08:55:15 STATE: WebServer: {"ssl":false,"port":10030,"root":"."}
2022-01-16 08:55:15 STATE: WebServer: {"ssl":true,"port":10031,"root":".","sslKey":"node_modules/@vladmandic/build/cert/https.key","sslCrt":"node_modules/@vladmandic/build/cert/https.crt"}
2022-01-16 08:55:15 STATE: Watch: {"locations":["src/**","README.md","src/**/*","tfjs/**/*","demo/**/*.ts","src/**/*","tfjs/**/*","demo/**/*.ts"]}
2022-01-16 08:55:15 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 08:55:15 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":566917,"outputBytes":466492}
2022-01-16 08:55:15 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 08:55:15 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":566937,"outputBytes":466508}
2022-01-16 08:55:15 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 08:55:15 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567008,"outputBytes":466583}
2022-01-16 08:55:15 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 08:55:15 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 08:55:15 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":566563,"outputBytes":467904}
2022-01-16 08:55:15 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 08:55:15 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3085338,"outputBytes":1636206}
2022-01-16 08:55:16 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3085338,"outputBytes":2992096}
2022-01-16 08:55:16 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 08:55:16 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 08:55:16 INFO: Listening...
2022-01-16 08:59:43 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 08:59:43 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 08:59:43 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":566948,"outputBytes":466492}
2022-01-16 08:59:43 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 08:59:43 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":566968,"outputBytes":466508}
2022-01-16 08:59:43 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 08:59:43 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567039,"outputBytes":466583}
2022-01-16 08:59:43 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 08:59:43 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 08:59:43 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":566594,"outputBytes":467904}
2022-01-16 08:59:43 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 08:59:43 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3085369,"outputBytes":1636206}
2022-01-16 08:59:44 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3085369,"outputBytes":2992096}
2022-01-16 08:59:44 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 08:59:44 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:01:29 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:01:29 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:01:29 ERROR: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"}]}
2022-01-16 09:01:29 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:01:29 ERROR: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"}]}
2022-01-16 09:01:29 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:01:29 ERROR: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"}]}
2022-01-16 09:01:29 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:01:29 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:01:29 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""},{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"}]}
2022-01-16 09:01:30 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:01:30 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""},{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"}]}
2022-01-16 09:01:30 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""},{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"}]}
2022-01-16 09:01:30 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:01:30 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:02:20 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:02:20 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:02:20 ERROR: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"},{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:02:20 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:02:20 ERROR: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"},{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:02:20 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:02:20 ERROR: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"},{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:02:20 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:02:20 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:02:20 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"},{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:02:20 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:02:20 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"},{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:02:21 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"},{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:02:21 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:02:21 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:05:35 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:05:35 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:05:35 ERROR: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"},{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:05:35 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:05:35 ERROR: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"},{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:05:35 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:05:35 ERROR: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"},{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:05:35 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:05:35 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:05:35 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"},{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:05:36 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:05:36 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"},{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:05:36 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":15,"file":"src/tfjs/load.ts","length":5,"line":5,"lineText":"const fetch = (await import('node-fetch')).default;","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Top-level await is not available in the configured target environment (\"es2018\")"},{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:05:36 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:05:36 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:06:08 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:06:08 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:06:08 ERROR: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:06:08 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:06:08 ERROR: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:06:08 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:06:08 ERROR: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:06:08 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:06:08 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:06:08 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:06:08 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:06:09 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:06:09 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:06:09 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:06:09 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:06:19 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:06:19 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:06:19 ERROR: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:06:19 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:06:19 ERROR: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:06:19 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:06:19 ERROR: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:06:19 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:06:19 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:06:19 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:06:19 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:06:19 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:06:19 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":0,"file":"src/tfjs/load.ts","length":1,"line":25,"lineText":"};","namespace":"","suggestion":""},"notes":[],"pluginName":"","text":"Expected identifier but found \"}\""}]}
2022-01-16 09:06:19 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:06:19 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:06:37 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:06:37 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:06:37 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567152,"outputBytes":692445}
2022-01-16 09:06:37 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:06:37 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567172,"outputBytes":692461}
2022-01-16 09:06:37 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:06:37 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567243,"outputBytes":692536}
2022-01-16 09:06:37 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:06:37 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:06:37 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:06:38 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:06:38 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:06:38 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:06:38 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:06:38 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:08:08 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:08:08 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:08:08 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567048,"outputBytes":692475}
2022-01-16 09:08:08 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:08:08 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567068,"outputBytes":692491}
2022-01-16 09:08:08 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:08:08 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567139,"outputBytes":692566}
2022-01-16 09:08:08 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:08:08 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:08:08 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:08:09 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:08:09 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:08:09 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:08:09 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:08:09 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:09:01 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:09:01 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:09:01 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":566937,"outputBytes":692398}
2022-01-16 09:09:01 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:09:01 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":566957,"outputBytes":692414}
2022-01-16 09:09:01 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:09:01 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567028,"outputBytes":692489}
2022-01-16 09:09:01 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:09:01 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:09:01 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:09:01 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:09:01 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:09:02 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:09:02 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:09:02 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:10:22 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:10:22 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:10:22 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":566876,"outputBytes":692337}
2022-01-16 09:10:22 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:10:22 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":566896,"outputBytes":692353}
2022-01-16 09:10:22 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:10:22 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":566967,"outputBytes":692428}
2022-01-16 09:10:22 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:10:22 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:10:22 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:10:22 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:10:22 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:10:23 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:10:23 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:10:23 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:12:10 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:12:10 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:12:10 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":566952,"outputBytes":692395}
2022-01-16 09:12:10 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:12:10 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":566972,"outputBytes":692411}
2022-01-16 09:12:10 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:12:10 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567043,"outputBytes":692486}
2022-01-16 09:12:10 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:12:10 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:12:10 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:12:11 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:12:11 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:12:11 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:12:11 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:12:11 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:12:28 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:12:28 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:12:28 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":566994,"outputBytes":692449}
2022-01-16 09:12:28 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:12:28 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567014,"outputBytes":692465}
2022-01-16 09:12:28 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:12:28 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567085,"outputBytes":692540}
2022-01-16 09:12:28 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:12:28 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:12:28 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:12:28 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:12:28 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:12:28 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":59,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":9,"line":1,"lineText":"import { statSync, createReadStream, promises as fs } from 'node:fs'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:fs\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:fs\""},{"location":{"column":25,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":11,"line":2,"lineText":"import { basename } from 'node:path'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:path\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:path\""},{"location":{"column":31,"file":"node_modules/.pnpm/fetch-blob@3.1.3/node_modules/fetch-blob/from.js","length":21,"line":3,"lineText":"import { MessageChannel } from 'node:worker_threads'","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:worker_threads\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:worker_threads\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":13,"line":8,"lineText":"import Stream, {PassThrough} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":31,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/body.js","length":11,"line":9,"lineText":"import {types, deprecate} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":20,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":7,"lineText":"import {types} from 'node:util';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:util\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:util\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/headers.js","length":11,"line":8,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":9,"lineText":"import http from 'node:http';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:http\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:http\""},{"location":{"column":18,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":12,"line":10,"lineText":"import https from 'node:https';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:https\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:https\""},{"location":{"column":17,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":11,"line":11,"lineText":"import zlib from 'node:zlib';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:zlib\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:zlib\""},{"location":{"column":52,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/index.js","length":13,"line":12,"lineText":"import Stream, {PassThrough, pipeline as pump} from 'node:stream';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:stream\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:stream\""},{"location":{"column":34,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/request.js","length":10,"line":10,"lineText":"import {format as formatUrl} from 'node:url';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"You can mark the path \"node:url\" as external to exclude it from the bundle, which will remove this error."}],"pluginName":"","text":"Could not resolve \"node:url\""},{"location":{"column":19,"file":"node_modules/.pnpm/node-fetch@3.1.0/node_modules/node-fetch/src/utils/referrer.js","length":5,"line":1,"lineText":"import {isIP} from 'net';","namespace":"","suggestion":""},"notes":[{"location":null,"text":"The package \"net\" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use \"platform: 'node'\" to do that, which will remove this error."}],"pluginName":"","text":"Could not resolve \"net\""}]}
2022-01-16 09:12:28 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:12:28 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:23:01 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:23:01 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:23:01 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567198,"outputBytes":466561}
2022-01-16 09:23:01 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:23:01 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567218,"outputBytes":466577}
2022-01-16 09:23:01 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:23:01 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567289,"outputBytes":466652}
2022-01-16 09:23:01 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:23:01 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:23:01 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":566844,"outputBytes":467973}
2022-01-16 09:23:01 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:23:02 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3085619,"outputBytes":1636217}
2022-01-16 09:23:02 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3085619,"outputBytes":2992157}
2022-01-16 09:23:02 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:23:02 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:23:16 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:23:16 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:23:16 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567198,"outputBytes":466561}
2022-01-16 09:23:16 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:23:17 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567218,"outputBytes":466577}
2022-01-16 09:23:17 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:23:17 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567289,"outputBytes":466652}
2022-01-16 09:23:17 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:23:17 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:23:17 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":566844,"outputBytes":467973}
2022-01-16 09:23:17 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:23:17 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3085619,"outputBytes":1636217}
2022-01-16 09:23:17 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3085619,"outputBytes":2992157}
2022-01-16 09:23:17 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:23:17 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:23:56 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:23:56 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:23:56 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567283,"outputBytes":466650}
2022-01-16 09:23:56 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:23:56 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567303,"outputBytes":466666}
2022-01-16 09:23:56 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:23:57 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567374,"outputBytes":466741}
2022-01-16 09:23:57 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:23:57 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:23:57 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":566929,"outputBytes":468062}
2022-01-16 09:23:57 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:23:57 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3085704,"outputBytes":1636287}
2022-01-16 09:23:57 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3085704,"outputBytes":2992246}
2022-01-16 09:23:57 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:23:57 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:24:41 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:24:41 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:24:41 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567323,"outputBytes":466696}
2022-01-16 09:24:41 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:24:41 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567343,"outputBytes":466712}
2022-01-16 09:24:41 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:24:41 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567414,"outputBytes":466787}
2022-01-16 09:24:41 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:24:41 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:24:41 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":566969,"outputBytes":468108}
2022-01-16 09:24:41 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:24:41 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3085744,"outputBytes":1636317}
2022-01-16 09:24:42 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3085744,"outputBytes":2992292}
2022-01-16 09:24:42 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:24:42 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:25:24 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:25:24 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:25:24 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567337,"outputBytes":466710}
2022-01-16 09:25:24 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:25:24 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567357,"outputBytes":466726}
2022-01-16 09:25:24 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:25:24 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567428,"outputBytes":466801}
2022-01-16 09:25:24 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:25:24 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:25:24 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":566983,"outputBytes":468122}
2022-01-16 09:25:24 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:25:24 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3085758,"outputBytes":1636331}
2022-01-16 09:25:24 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3085758,"outputBytes":2992306}
2022-01-16 09:25:25 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:25:25 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:26:01 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:26:01 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:26:01 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567274,"outputBytes":466732}
2022-01-16 09:26:01 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:26:01 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567294,"outputBytes":466748}
2022-01-16 09:26:01 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:26:01 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567365,"outputBytes":466823}
2022-01-16 09:26:01 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:26:01 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:26:01 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":566920,"outputBytes":468144}
2022-01-16 09:26:01 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:26:02 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3085695,"outputBytes":1636346}
2022-01-16 09:26:02 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3085695,"outputBytes":2992328}
2022-01-16 09:26:02 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:26:02 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:26:20 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:26:20 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:26:20 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567274,"outputBytes":466732}
2022-01-16 09:26:20 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:26:20 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567294,"outputBytes":466748}
2022-01-16 09:26:20 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:26:20 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567365,"outputBytes":466823}
2022-01-16 09:26:20 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:26:20 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:26:20 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":566920,"outputBytes":468144}
2022-01-16 09:26:21 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:26:21 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3085695,"outputBytes":1636346}
2022-01-16 09:26:21 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3085695,"outputBytes":2992328}
2022-01-16 09:26:21 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:26:21 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:29:58 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:29:58 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:29:58 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567292,"outputBytes":466750}
2022-01-16 09:29:58 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:29:58 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567312,"outputBytes":466766}
2022-01-16 09:29:58 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:29:58 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567383,"outputBytes":466841}
2022-01-16 09:29:58 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:29:58 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:29:58 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":566938,"outputBytes":468162}
2022-01-16 09:29:58 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:29:59 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3085713,"outputBytes":1636364}
2022-01-16 09:29:59 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3085713,"outputBytes":2992346}
2022-01-16 09:29:59 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:29:59 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:32:00 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:32:00 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:32:00 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567292,"outputBytes":466750}
2022-01-16 09:32:00 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:32:00 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567312,"outputBytes":466766}
2022-01-16 09:32:00 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:32:00 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567383,"outputBytes":466841}
2022-01-16 09:32:00 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:32:00 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:32:00 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":566938,"outputBytes":468162}
2022-01-16 09:32:00 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:32:00 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3085713,"outputBytes":1636364}
2022-01-16 09:32:00 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3085713,"outputBytes":2992346}
2022-01-16 09:32:00 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:32:00 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/body/blazepose.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/body/efficientpose.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/body/movenet.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/body/posenet.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/face/antispoof.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/face/facemesh.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/face/faceres.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/face/mobilefacenet.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/face/blazeface.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/gear/emotion.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/gear/gear.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/gear/ssrnet-age.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/gear/ssrnet-gender.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/hand/handpose.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/hand/handtrack.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/object/centernet.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/object/nanodet.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/segmentation/segmentation.ts","skip":true}
2022-01-16 09:36:10 INFO: Watch: {"event":"modify","input":"src/face/liveness.ts","skip":true}
2022-01-16 09:36:10 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:36:10 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567864,"outputBytes":466553}
2022-01-16 09:36:10 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:36:10 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567884,"outputBytes":466569}
2022-01-16 09:36:10 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:36:10 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567955,"outputBytes":466644}
2022-01-16 09:36:10 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:36:10 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:36:10 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":567510,"outputBytes":467680}
2022-01-16 09:36:11 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:36:11 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3086285,"outputBytes":1636371}
2022-01-16 09:36:11 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3086285,"outputBytes":2992255}
2022-01-16 09:36:11 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:36:11 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:36:21 INFO: Watch: {"event":"modify","input":"src/face/iris.ts"}
2022-01-16 09:36:21 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:36:21 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567736,"outputBytes":466553}
2022-01-16 09:36:21 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:36:21 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567756,"outputBytes":466569}
2022-01-16 09:36:21 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:36:21 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567827,"outputBytes":466644}
2022-01-16 09:36:21 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:36:21 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:36:21 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":567382,"outputBytes":467680}
2022-01-16 09:36:22 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:36:22 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3086157,"outputBytes":1636371}
2022-01-16 09:36:22 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3086157,"outputBytes":2992255}
2022-01-16 09:36:22 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:36:22 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:37:03 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:37:03 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:37:03 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567744,"outputBytes":466561}
2022-01-16 09:37:03 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:37:03 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567764,"outputBytes":466577}
2022-01-16 09:37:03 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:37:03 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567835,"outputBytes":466652}
2022-01-16 09:37:03 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:37:03 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:37:04 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":567390,"outputBytes":467701}
2022-01-16 09:37:04 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:37:04 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3086165,"outputBytes":1636371}
2022-01-16 09:37:04 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3086165,"outputBytes":2992259}
2022-01-16 09:37:04 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:37:04 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:37:52 INFO: Watch: {"event":"modify","input":"src/hand/handpose.ts"}
2022-01-16 09:37:52 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:37:52 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567542,"outputBytes":466270}
2022-01-16 09:37:52 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:37:52 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567562,"outputBytes":466286}
2022-01-16 09:37:52 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:37:52 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567633,"outputBytes":466361}
2022-01-16 09:37:52 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:37:52 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:37:52 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":567188,"outputBytes":467475}
2022-01-16 09:37:52 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:37:53 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3085963,"outputBytes":1636193}
2022-01-16 09:37:53 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3085963,"outputBytes":2992033}
2022-01-16 09:37:53 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:37:53 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:42:55 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:42:55 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:42:55 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567672,"outputBytes":466338}
2022-01-16 09:42:55 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:42:55 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567692,"outputBytes":466354}
2022-01-16 09:42:55 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:42:55 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567763,"outputBytes":466429}
2022-01-16 09:42:55 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:42:55 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:42:55 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":567318,"outputBytes":467543}
2022-01-16 09:42:55 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:42:55 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3086093,"outputBytes":1636227}
2022-01-16 09:42:56 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3086093,"outputBytes":2992101}
2022-01-16 09:42:56 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:42:56 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:43:10 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:43:10 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:43:10 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567672,"outputBytes":466338}
2022-01-16 09:43:10 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:43:10 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567692,"outputBytes":466354}
2022-01-16 09:43:10 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:43:10 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567763,"outputBytes":466429}
2022-01-16 09:43:10 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:43:10 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:43:10 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":567318,"outputBytes":467543}
2022-01-16 09:43:10 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:43:11 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3086093,"outputBytes":1636227}
2022-01-16 09:43:11 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3086093,"outputBytes":2992101}
2022-01-16 09:43:11 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:43:11 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:45:03 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:45:03 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:45:03 ERROR: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":20,"file":"src/tfjs/load.ts","length":1,"line":22,"lineText":"function httpHandler: FetchFunc {","namespace":"","suggestion":"("},"notes":[],"pluginName":"","text":"Expected \"(\" but found \":\""}]}
2022-01-16 09:45:03 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:45:03 ERROR: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":20,"file":"src/tfjs/load.ts","length":1,"line":22,"lineText":"function httpHandler: FetchFunc {","namespace":"","suggestion":"("},"notes":[],"pluginName":"","text":"Expected \"(\" but found \":\""}]}
2022-01-16 09:45:03 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:45:03 ERROR: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts"} {"errors":[{"location":{"column":20,"file":"src/tfjs/load.ts","length":1,"line":22,"lineText":"function httpHandler: FetchFunc {","namespace":"","suggestion":"("},"notes":[],"pluginName":"","text":"Expected \"(\" but found \":\""}]}
2022-01-16 09:45:03 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:45:03 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:45:03 ERROR: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":20,"file":"src/tfjs/load.ts","length":1,"line":22,"lineText":"function httpHandler: FetchFunc {","namespace":"","suggestion":"("},"notes":[],"pluginName":"","text":"Expected \"(\" but found \":\""}]}
2022-01-16 09:45:03 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:45:04 ERROR: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":20,"file":"src/tfjs/load.ts","length":1,"line":22,"lineText":"function httpHandler: FetchFunc {","namespace":"","suggestion":"("},"notes":[],"pluginName":"","text":"Expected \"(\" but found \":\""}]}
2022-01-16 09:45:04 ERROR: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts"} {"errors":[{"location":{"column":20,"file":"src/tfjs/load.ts","length":1,"line":22,"lineText":"function httpHandler: FetchFunc {","namespace":"","suggestion":"("},"notes":[],"pluginName":"","text":"Expected \"(\" but found \":\""}]}
2022-01-16 09:45:04 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:45:04 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:46:07 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:46:07 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:46:07 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567856,"outputBytes":466471}
2022-01-16 09:46:07 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:46:07 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567876,"outputBytes":466487}
2022-01-16 09:46:07 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:46:07 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567947,"outputBytes":466562}
2022-01-16 09:46:07 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:46:07 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:46:07 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":567502,"outputBytes":467676}
2022-01-16 09:46:07 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:46:08 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3086277,"outputBytes":1636317}
2022-01-16 09:46:08 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3086277,"outputBytes":2992234}
2022-01-16 09:46:08 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:46:08 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:46:43 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:46:43 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:46:43 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567922,"outputBytes":466537}
2022-01-16 09:46:43 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:46:43 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567942,"outputBytes":466553}
2022-01-16 09:46:43 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:46:43 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":568013,"outputBytes":466628}
2022-01-16 09:46:43 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:46:43 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:46:43 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":567568,"outputBytes":467742}
2022-01-16 09:46:43 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:46:43 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3086343,"outputBytes":1636376}
2022-01-16 09:46:44 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3086343,"outputBytes":2992300}
2022-01-16 09:46:44 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:46:44 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:46:54 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:46:54 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:46:54 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567945,"outputBytes":466560}
2022-01-16 09:46:54 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:46:54 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567965,"outputBytes":466576}
2022-01-16 09:46:54 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:46:54 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":568036,"outputBytes":466651}
2022-01-16 09:46:54 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:46:54 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:46:54 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":567591,"outputBytes":467765}
2022-01-16 09:46:54 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:46:55 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3086366,"outputBytes":1636396}
2022-01-16 09:46:55 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3086366,"outputBytes":2992323}
2022-01-16 09:46:55 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:46:55 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:47:29 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:47:29 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:47:29 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567956,"outputBytes":466572}
2022-01-16 09:47:29 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:47:29 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567976,"outputBytes":466588}
2022-01-16 09:47:29 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:47:30 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":568047,"outputBytes":466663}
2022-01-16 09:47:30 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:47:30 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:47:30 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":567602,"outputBytes":467777}
2022-01-16 09:47:30 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:47:30 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3086377,"outputBytes":1636401}
2022-01-16 09:47:30 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3086377,"outputBytes":2992335}
2022-01-16 09:47:30 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:47:30 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:47:43 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:47:43 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:47:43 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567867,"outputBytes":466483}
2022-01-16 09:47:43 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:47:43 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567887,"outputBytes":466499}
2022-01-16 09:47:43 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:47:43 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567958,"outputBytes":466574}
2022-01-16 09:47:43 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:47:43 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:47:43 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":567513,"outputBytes":467688}
2022-01-16 09:47:43 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:47:43 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3086288,"outputBytes":1636322}
2022-01-16 09:47:44 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3086288,"outputBytes":2992246}
2022-01-16 09:47:44 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:47:44 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}
2022-01-16 09:48:19 INFO: Watch: {"event":"modify","input":"src/tfjs/load.ts"}
2022-01-16 09:48:19 STATE: Compile: {"name":"tfjs/nodejs/cpu","format":"cjs","platform":"node","input":"tfjs/tf-node.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":102,"outputBytes":1266}
2022-01-16 09:48:19 STATE: Compile: {"name":"human/nodejs/cpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node.js","files":64,"inputBytes":567867,"outputBytes":466483}
2022-01-16 09:48:19 STATE: Compile: {"name":"tfjs/nodejs/gpu","format":"cjs","platform":"node","input":"tfjs/tf-node-gpu.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":1286}
2022-01-16 09:48:19 STATE: Compile: {"name":"human/nodejs/gpu","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-gpu.js","files":64,"inputBytes":567887,"outputBytes":466499}
2022-01-16 09:48:19 STATE: Compile: {"name":"tfjs/nodejs/wasm","format":"cjs","platform":"node","input":"tfjs/tf-node-wasm.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":149,"outputBytes":1357}
2022-01-16 09:48:19 STATE: Compile: {"name":"human/nodejs/wasm","format":"cjs","platform":"node","input":"src/human.ts","output":"dist/human.node-wasm.js","files":64,"inputBytes":567958,"outputBytes":466574}
2022-01-16 09:48:19 STATE: Compile: {"name":"tfjs/browser/version","format":"esm","platform":"browser","input":"tfjs/tf-version.ts","output":"dist/tfjs.version.js","files":1,"inputBytes":1063,"outputBytes":1652}
2022-01-16 09:48:19 STATE: Compile: {"name":"tfjs/browser/esm/nobundle","format":"esm","platform":"browser","input":"tfjs/tf-browser.ts","output":"dist/tfjs.esm.js","files":2,"inputBytes":2326,"outputBytes":912}
2022-01-16 09:48:19 STATE: Compile: {"name":"human/browser/esm/nobundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm-nobundle.js","files":64,"inputBytes":567513,"outputBytes":467688}
2022-01-16 09:48:20 STATE: Compile: {"name":"tfjs/browser/esm/custom","format":"esm","platform":"browser","input":"tfjs/tf-custom.ts","output":"dist/tfjs.esm.js","files":1,"inputBytes":110,"outputBytes":2519687}
2022-01-16 09:48:20 STATE: Compile: {"name":"human/browser/iife/bundle","format":"iife","platform":"browser","input":"src/human.ts","output":"dist/human.js","files":64,"inputBytes":3086288,"outputBytes":1636322}
2022-01-16 09:48:20 STATE: Compile: {"name":"human/browser/esm/bundle","format":"esm","platform":"browser","input":"src/human.ts","output":"dist/human.esm.js","files":64,"inputBytes":3086288,"outputBytes":2992246}
2022-01-16 09:48:20 STATE: Compile: {"name":"demo/typescript","format":"esm","platform":"browser","input":"demo/typescript/index.ts","output":"demo/typescript/index.js","files":1,"inputBytes":5864,"outputBytes":4127}
2022-01-16 09:48:20 STATE: Compile: {"name":"demo/faceid","format":"esm","platform":"browser","input":"demo/faceid/index.ts","output":"demo/faceid/index.js","files":2,"inputBytes":15174,"outputBytes":11794}